Installment Collection

Period: {{ $from }} to {{ $to }}
@foreach($rows as $r) @endforeach
Booking# Customer Inst# Due Date Amount Fine Total Status
{{ $r->booking?->booking_number }} {{ $r->booking?->customer?->name }} {{ $r->installment_number }} {{ $r->due_date?->format('Y-m-d') }} {{ number_format($r->amount, 2) }} {{ number_format($r->fine_amount, 2) }} {{ number_format($r->amount + $r->fine_amount, 2) }} {{ $r->status }}