{{__('In This Month')}}
{{__('Pending')}}
€ {{ formatDisplayNumber((($withdrawalCurrentMonth[0] ?? 0) + ($withdrawalCurrentMonth[4] ?? 0))) }}
{!! renderIconHtml('viewall') !!}{{__('View All')}}{{__('In Process')}}
€ {{ formatDisplayNumber($withdrawalCurrentMonth[3] ?? 0) }}
{!! renderIconHtml('viewall') !!}{{__('View All')}}{{__('Approved')}}
€ {{ formatDisplayNumber($withdrawalCurrentMonth[1] ?? 0) }}
{!! renderIconHtml('viewall') !!}{{__('View All')}}{{__('Rejected')}}
€ {{ formatDisplayNumber($withdrawalCurrentMonth[2] ?? 0) }}
{!! renderIconHtml('viewall') !!}{{__('View All')}}{{__('In Process')}}
{{__('No. of withdrawals ') }}{{ $totalWithdrawalByStatus[3]['total_record'] ?? 0 }}€ {{ formatDisplayNumber($totalWithdrawalByStatus[3]['total_amount'] ?? 0) }}
{{ formatDisplayNumber($percentage) }}%{{__('Pending')}}
{{__('No. of withdrawals ') }}{{ (($totalWithdrawalByStatus[0]['total_record'] ?? 0) + ($totalWithdrawalByStatus[4]['total_record'] ?? 0)) }}€ {{ formatDisplayNumber($pending) }}
{{ formatDisplayNumber($percentage) }}%{{__('Approved')}}
{{__('No. of withdrawals ') }}{{ $totalWithdrawalByStatus[1]['total_record'] ?? 0 }}€ {{ formatDisplayNumber($totalWithdrawalByStatus[1]['total_amount'] ?? 0) }}
{{ formatDisplayNumber($percentage) }}%{{__('Rejected')}}
{{__('No. of withdrawals ') }}{{ $totalWithdrawalByStatus[2]['total_record'] ?? 0 }}€ {{ formatDisplayNumber($totalWithdrawalByStatus[2]['total_amount'] ?? 0) }}
{{ formatDisplayNumber($percentage) }}%{{__('Currency Wise Withdrawal Request')}}
@foreach ($totalWithdrawalByCurrency as $withdrawalKey => $withdrawal)
@php
// Calculate percentage for the current status
$percentage = $totalWithdrawalAmount > 0 ? ($withdrawal->total_amount / $totalWithdrawalAmount) * 100 : 0;
@endphp
@endforeach
{{__('Downloaded Withdrawal CSV')}}
{{__('Total:')}} {{ $totalWithdrawalCSV }}
{{__('Downloaded CSV')}}{{__('Total:')}} {{ $withdrawalLogUploadedCSV }}
{{__('Pending Upload Log')}}{{__('Date Wise Pending Log Withdrawal Request')}}
| {{ __('#') }} | {{ __('Due Date') }} | {{ __('Total Amount') }} |
|---|