@extends('app', ['disable_nav' => true]) @section('title', __('Reset Password')) @section('content')
{{ __('Reset Password') }}
@csrf
@if($errors->any()) {!! implode('', $errors->all('
:message
')) !!} @endif
{{ __('Email Address') }}
{{ __('Password') }}
{{ __('Confirm Password') }}
@endsection