@props(['vouchers', 'subAgents'])
| Voucher # | Date | Sub Agent | Workers | Total Amount | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $voucher->voucher_number }} | {{ $voucher->created_at->format('Y-m-d') }} | {{ $voucher->subAgent->name }} | {{ $voucher->workers->count() }} | ${{ number_format($voucher->total_amount, 2) }} | {{ ucfirst($voucher->status) }} | |
| No vouchers found | ||||||