@extends('frontend.auth.master') @section('content')

{{ __('frontend::static.account.forgot') }}

{{ __('frontend::static.account.forgot_title') }}

@if (session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf @method('POST')
@error('email_or_phone') {{ $message }} @enderror
@endsection @push('js') @endpush