@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