@extends('layouts.admin') @section('title', 'Accounting Report') @section('page-title', 'Accounting Report') @section('breadcrumbs') Reports chevron_right Accounting Report @endsection @section('content')

Total Income

{{ number_format($totalIncome ?? 0, 2) }}

# Description Category Date Amount

Loading income data...

@push('scripts') @endpush @endsection