@extends('layouts.main')
@section('title', 'Dashboard')
@section('content')
@push('head')
{{-- date --}}
@endpush
{{--card summary col-xl-12 col-lg-12 col-md-12 col-sm-12 --}}
{{ __('Unpaid Invoices')}}
{{ __('0')}}
Unpaid Amount
0
{{-- --}}
Recorded Receipts
{{ __('0')}}
{{ __('Temp IGR acct')}}
0
{{-- --}}
{{ __('Users')}}
{{ __('0')}}
{{-- end of top card summary --}}
{{-- end of card summary --}}
{{-- filter --}}
@if (auth()->user()->mda_id==0)
@else
@endif
{{-- --}}
{{-- --}}
{{-- mda / service table --}}
{{-- --}}
@push('script')
{{-- --}}
{{-- --}}