@section('title', 'Forgot Password') @include('theme.head') @include('admin.message')
{{ __('frontstaticword.ResetPassword') }}
@if (session('status')) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@include('theme.scripts')