@section('page-title') {{ __('Reset Password') }} @endsection @section('content')

{{ __('Reset Password') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--

“Attention is the new currency”

The more effortless the writing looks, the more effort the writer actually put into the process.

--}} @endsection