Reset Password Form
@if(\Session::has('success'))
@endif
@if(\Session::has('Delete'))
@endif
@if(count($errors) > 0)
@endif
{{\Session::get('success')}}
{{\Session::get('Delete')}}
-
@foreach($errors->all() as $error)
- {{$error}} @endforeach