@extends('layouts/basic') {{-- Page content --}} @section('content') @if ($snipeSettings->custom_forgot_pass_url)
{{ trans('auth/general.ldap_reset_password') }}
@else
{!! csrf_field() !!}
{{ trans('auth/general.send_password_link') }}
{!! trans('auth/general.username_help_top') !!}
@include('notifications')
{{ trans('admin/users/table.username') }}
{!! $errors->first('username', '
:message
') !!}
{{ trans('general.show_help') }}
{{ trans('general.hide_help') }}
{!! trans('auth/general.username_help_bottom') !!}
@endif @stop @push('js') @endpush