@section('header-stylesheets')
@show
Reset Password
@if (session('status'))
{{ session('status') }}
@endif
@csrf
{{ __('E-Mail Address') }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('Send Reset Link') }}
@section('footer-scripts') @show