{{-- HEADER --}} @include('partials.adminHeader') {{-- SIDE NAVIGATION BAR --}}
× Dashboard Appointments Patient's Record Reports Payments Inventory Help About Logout
{{-- LABEL --}}
INCOME SUMMARY
{{-- Buttons for income summary --}}
@csrf
{{-- INCOME DISPLAY --}}
@if(isset($income)) ${{ number_format($income, 2) }} @else $0.00 @endif
{{-- SCRIPTS --}}