{{--
{{ __('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('auth.app') @section('title', 'Forgot your password') @section('content')
@csrf

Forgot Password ?

Enter your email to reset your password.
Cancel
@endsection @push('scripts') @endpush