@extends('layouts.backend.auth') @section('title', 'Forgot Password') @section('content') @if (Session::has('message')) @endif

{{ __('Forgot Password') }}

@csrf
@error('email')
{{ $message }}
@enderror
@endsection