Payout session # {{ $id }} Create a payout section using filters below
Total Amount
${{ $withdraws->sum('amount') }}
Paid Amount
$0.00
Unpaid Amount
${{ $withdraws->sum('amount') - 0.0 }}
@foreach ($withdraws as $withdraw) @endforeach
Driver Amount Status
{{ $withdraw->driver->user->name ?? '' }} {{ $withdraw->amount }}