@extends(getTemplate().'.layouts.app') @section('content')
{{ trans('auth.reset_password') }}
{{ csrf_field() }}
{{ trans('auth.email') }}:
@error('email')
{{ $message }}
@enderror
{{ trans('auth.password') }}:
@error('password')
{{ $message }}
@enderror
{{ trans('auth.retype_password') }}:
@error('password_confirmation')
{{ $message }}
@enderror
{{ trans('auth.reset_password') }}
@endsection