@extends('admin.layouts.login') @section('page_title', __('Admin Forget Password')) @section('content')
@if(Session::has('status')) @endif
@csrf

@lang("Forgot password?")

@lang("Enter the email address you used when you joined and we'll send you instructions to reset your password.")

@lang("Please enter a valid email address.") @error('email')

{{ $message }}

@enderror
@endsection