{{-- HEADER --}}
@include('partials.adminHeader')
{{-- SIDE NAVIGATION BAR --}}
{{-- LABEL --}}
INCOME SUMMARY
{{-- Buttons for income summary --}}
{{-- INCOME DISPLAY --}}
@if(isset($income))
${{ number_format($income, 2) }}
@else
$0.00
@endif
{{-- SCRIPTS --}}