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

{{__("Forgot Password") }}

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
{{--

Don't have an account? Sign Up

--}}
@endsection