Reset Password

@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('fail'))
{{ Session::get('fail') }}
@endif @csrf
@csrf @method('post')
@error('email') {{ $message }} @enderror
@if ($errors->has('password'))

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

@endif