Sales Summary

Period: {{ $from }} to {{ $to }}
@foreach($rows as $r) @endforeach
Booking# Customer CNIC Unit# Total Date Status
{{ $r->booking_number }} {{ $r->customer?->name }} {{ $r->customer?->cnic }} {{ $r->unit?->unit_number }} {{ number_format($r->total_price, 2) }} {{ $r->booking_date?->format('Y-m-d') }} {{ $r->status }}
Totals {{ number_format($totalAmount, 2) }}