@extends('layouts.vouchers') @section('content')
No vouchers found matching your criteria.
@if(request()->routeIs('vouchers.index')) Create First Voucher @endif| Voucher # | Worker | Sub Agent | Type | Amount | Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ $voucher->voucher_number }} | @if($voucher->worker) {{ $voucher->worker->surname }} {{ $voucher->worker->given_names }} @else N/A @endif | {{ $voucher->subAgent->name ?? 'N/A' }} | {{ ucfirst($voucher->voucher_type) }} | {{ number_format($voucher->total_amount, 2) }} | {{ ucfirst($voucher->status) }} | {{ $voucher->created_at->format('M d, Y') }} |