@extends($activeTemplate . 'layouts.master') @section('content')
@forelse($withdraws as $withdraw) @empty @endforelse
@lang('Gateway') @lang('Initiated') @lang('Amount') @lang('Conversion') @lang('Status') @lang('Action')
{{__($withdraw->method->name ?? '') }} {{ showDateTime($withdraw->created_at) }} {{ __($general->cur_sym) }}{{ showAmount($withdraw->amount ) }} {{ showAmount($withdraw->final_amount) }} {{ __($withdraw->currency) }} @php echo $withdraw->statusBadge @endphp
{{ __($emptyMessage) }}
@if($withdraws->hasPages()) @endif
{{-- APPROVE MODAL --}} @endsection @push('script') @endpush