| Bill No | Supplier | Bill Date | Total Amount | Status | Created By |
|---|---|---|---|---|---|
| {{ $item->id ?? '-' }} | {{ $item->supplier->name ?? '-' }} | {{ $item->bill_date ?? '-' }} | {{ number_format($item->total_amount ?? 0, 2) }} | {{ $item->status ?? '-' }} | {{ $item->creator->name ?? '-' }} |
| No bills found | |||||