@extends('layouts.app') @section('title', 'Branch Wise Report') @section('content')
{{ collect($vouchersByDate)->sum(fn($vouchers) => count($vouchers)) }} payments ({{ $dateLabel }})
No records found.