@extends('layouts.app') @section('content')

Business Summary

Daily financial overview across all branches
{{-- Summary Cards --}}
Collections
{{ number_format($totals->total_collections, 2) }}
Disbursements
{{ number_format($totals->total_disbursements, 2) }}
Profits
{{ number_format($totals->total_profits, 2) }}
Cash Sales
{{ number_format($totals->total_cash_sales, 2) }}
Credit Sales
{{ number_format($totals->total_credit_sales, 2) }}
Recoveries
{{ number_format($totals->total_recoveries, 2) }}
{{-- Table Card --}}
Daily Records
Date Opening Bal. Collections Disbursements Net Closing Bal. Action
@endsection @section('customjs') @endsection