@extends('layouts.auth') @section('title') {{ __('Reset Password') }} @endsection @section('content')

{{ __('Reset Password') }}

@csrf
{{Form::label('E-Mail Address',__('E-Mail Address'),array('class' => 'form-label'))}} @error('email') {{ $message }} @enderror
{{Form::label('Password',__('Password'),array('class' => 'form-label'))}} @error('password') {{ $message }} @enderror
{{Form::label('password-confirm',__('Confirm Password'),array('class' => 'form-label'))}}

{{ __('“Attention is the new currency”') }}

{{__('The more effortless the writing looks, the more effort the writer actually put into the process.')}}

@endsection