@extends('layouts.auth') @section('form')

{{ __('Reset Password') }}

{{ __('Fill the form to continue') }}

@csrf {{ __('Email Address') }}
{{ __('New Password') }}
{{ __('Confirm Password') }}
{{ __('Reset Password') }} @if (Route::has('login')) @endif
@endsection