{{-- @extends('layouts.app', ['class' => 'main-content-has-bg']) @section('content') @include('layouts.headers.guest')

{{ __tr('Forgot your password?') }}


{{ __tr('No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@endsection --}} @extends('layouts.app', ['class' => 'main-content-has-bg']) @section('content') @include('layouts.headers.guest') @php $currentAppTheme = ''; $currentAppTheme = getUserAppTheme(); @endphp

Forgot Password?

No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection