Dashboard Dashboard {{-- Test --}}
{{-- @if (Auth::user()->roles->pluck('name')[0] == "Citizen")
Required Documents ( आवश्यक कागदपत्रे )
    @foreach ($docs as $doc)
  • {{ $doc->document_name }} ( {{ $doc->document_name_in_marathi }} )
  • @endforeach
@endif --}}
{{--

Upgrade your plan from a Free trial, to ‘Premium Plan’

--}}
@if(!Auth::user()->hasRole('Citizen'))

Total Users

{{ $totalUsers }}

@endif @if(!Auth::user()->hasAnyRole(['CLerk', 'Junior Engineer', 'Senior Engineer', 'HOD', 'Citizen Engineer','Super Admin','Admin']))

User

1

@endif

Pending

{{ $pendingCount }}

Approved

{{ $approvecount }}

{{-- --}}

Reject

{{ $rejectcount }}

{{-- --}}
@push('scripts') @endpush