@extends('layouts.custommaster') @section('content')

{{lang('Forgot Password?')}}

{{lang('Enter the email address that is linked to your account.')}}

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

{{lang('Send me Back')}}

@endsection