@extends('layouts.backend.auth') @section('title', 'Reset Password') @section('content')

{{__('Reset Password') }}

@if (session('status')) @endif
@csrf
@error('email')
{{ $message }}
@enderror
@endsection