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

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

{{ __('Enter your email to receive a reset link.') }}

@csrf