{{__('You Are Downloading CSV Of Downloadable Withdrawal')}}
@if ((!empty(Auth::user()->setting->fa_setting) && in_array('withdrawal', Auth::user()->setting->fa_setting)))
@if ((!empty(Auth::user()->setting->fa_setting) && in_array('withdrawal', Auth::user()->setting->fa_setting))) @include('backend.auth.2fa-3fa-validate-form',[ 'nextSubmittedFormId' => "downloadWithdrawalCSVForm", 'cancelBtnHtml' => '', 'type' => 'withdrawal' ]) @endif
@else
{{__('Please enable authenticator 2FA in your profile to download csv of downloadable withdrawal.')}}
@endif