@extends('layouts.app') @section('page', 'Reset Password') @section('title', getSetting('APPLICATION_NAME') . ' | ' . 'Reset Password') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection