@section('header-stylesheets') @show

Reset Password

@foreach ($errors->all() as $error) @endforeach
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@section('footer-scripts') @show