@if ($errors->any())
  • {{ $errors->first() }}
@endif @if (Session::has('error'))
  • {{ Session::get('error') }}
@endif @if (Session::has('status'))
  • {{ Session::get('status') }}
@endif

Admin Reset Password

@csrf