{{ __('forgot_password') }}
{{-- Mobile Logo --}}
@if(isset($settings) && $settings->logo) Logo @endif
{{ __('t.trading_platform') }}
{{-- Header Section --}}

{{ __('t.forgot_password_question') }}

{{ __('t.forgot_password_instructions') }}

{{-- Success Message --}} @if (session('status'))

{{ __('t.reset_link_sent') }}

@endif
@csrf {{-- Email Input --}}
{{-- Validation Error --}} @error('email') {{ $message }} @enderror
{{-- Action Buttons --}}
{{ __('t.cancel_button') }}