{{--
{{ __('Forgot your 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.') }}
@csrf
{{ __('Email Password Reset Link') }}
--}} @extends('layouts.app') @push('style') @endpush @section('content')

Forgot Password?

Enter your email and we’ll send you a reset link.

{{-- Status --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Errors --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection @push('script') @endpush