{{config('app.name')}}
@if (session('status'))
{{ session('status') }}
@endif

You forgot your password? Here you can easily retrieve a new password.

@csrf
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif

Login