@php $__brandName = (string) \App\Models\SystemSetting::get('app_name', config('app.name', 'WaDesk')); @endphp
{{ $__brandName }}
{{ __('Forgot password') }}

{{ __('Reset your') }} {{ __('password') }}.

{{ __("Tell us your email and we'll send a one-time reset link.") }}

@if ($errors->any())
@foreach ($errors->all() as $err)
{{ $err }}
@endforeach
@endif @if (session('status'))
{{ session('status') }}
@endif
@csrf

{{ __('Remembered it?') }} {{ __('Back to sign in') }}