| Date | Return # | Parent Purchase | Location | Supplier | Total | Info | Action |
|---|---|---|---|---|---|---|---|
| {{ optional($ret->pr_add_date)->format('Y-m-d') ?? $ret->pr_add_date }} | {{ $ret->pr_system_id }} | {{ $ret->pr_bill_number ?? $ret->pr_bill_system_id }} | {{ $ret->bill?->location?->name ?? ($ret->pr_location_id ?? '') }} | {{ $ret->supplier?->supplier_name ?? $ret->pr_supplier_id }} | {{ number_format((float) $ret->pr_total, 2) }} | {{ $ret->pr_info }} | @if($ret->bill) Open @else - @endif |
| No returns found. | |||||||
| Total | {{ number_format($totalReturn, 2) }} | ||||||