{{ __('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 }}