@extends('backend.auth.master') @section('title') {{ $data['title'] }} @endsection @section('content')

{{ ___('common.forgot_password') }}

{{ ___('common.enter_your_phone_or_email_to_recover_your_password') }}

@csrf

@error('email')

{{ $message }}

@enderror

{{ ___('common.back_to_login') }}

@endsection