Total Allocated
KWD {{ number_format($totalAllocated, 2) }}
Total Withdrawn (Debit)
KWD {{ number_format($totalWithdrawn, 2) }}
Withdrawal Transaction Details
| # | Date | Payment Method | Amount (Withdrawal) | |||
|---|---|---|---|---|---|---|
| {{ $counter++ }} | {{ date('d-m-Y', strtotime($withdrawal->withdrawal_date)) }} | @if($withdrawal->payment_method == 'Cash') Cash @elseif($withdrawal->payment_method == 'Bank Transfer') Bank Transfer @elseif($withdrawal->payment_method == 'Cheque') Cheque @else {{ $withdrawal->payment_method }} @endif | KWD {{ number_format($withdrawal->amount, 2) }} | |||
| No withdrawals found for the selected period. | ||||||