@extends('layouts.app') @section('title', 'Finance Reports') @section('content')

Financial Report

Total Invoiced
₦{{ number_format($total_invoiced, 2) }}
Total Collected
₦{{ number_format($total_collected, 2) }}
Outstanding
₦{{ number_format($outstanding, 2) }}

See Debtors Report and Income Report for further breakdowns.

@endsection