{{-- resources/views/reports/collections.blade.php --}} @extends('layouts.app') @section('title', 'Reports · Collections (Daily/Monthly)') @section('content')
| # | OR No. | Date | Payor | Particulars | Amount | Cashier | Mode |
|---|---|---|---|---|---|---|---|
| {{ $r[0] }} | {{ $r[1] }} | {{ $r[2] }} | {{ $r[3] }} | {{ $r[4] }} | {{ number_format($r[5], 2) }} | {{ $r[6] }} | {{ $r[7] }} |
| Total | ₱{{ number_format(array_sum(array_column($rows, 5)), 2) }} | ||||||