| Time | Bill Number | Customer | User | Amount |
|---|---|---|---|---|
| {{ optional($claim->claimed_at ?? $claim->created_at)->format('Y-m-d h:i A') }} | {{ $claim->invoice_number ?? ($claim->invoice_id ? 'INV-'.$claim->invoice_id : '-') }} | @if($claim->customer) {{ $claim->customer->name }} @if($claim->customer->mobile) {{ $claim->customer->mobile }} @endif @else - @endif | {{ $claim->user->name ?? '-' }} | {{ number_format($claim->amount, 2) }} |
| No return claims found for this range. | ||||
| Total Amount | {{ number_format($totalAmount, 2) }} | |||