Dashboard

@include('components.greetings'), {{Auth::user()->first_name}}!

Welcome to your admissions checker admin portal. Did you eat before coming here?

@include('components.greetings'), {{ucwords(Auth::user()->username)}}!

Welcome to your admissions checker portal!

@if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin')

Total Students

Total Senior High Schools

Total Universities

@endif

Eligibility Checks

@if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin')

Students Metrics

{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}
Total: {{count($studentRegions->where('title','Greater Accra'))}}

Greater Accra

Total: {{count($studentRegions->where('title','Ashanti'))}}

Ashanti

Total: {{count($studentRegions->where('title','Upper West'))}}

Upper West

Total: {{count($studentRegions->where('title','Upper East'))}}

Upper East

Total: {{count($studentRegions->where('title','Central'))}}

Central

Total: {{count($studentRegions->where('title','Volta'))}}

Volta

Total: {{count($studentRegions->where('title','Oti'))}}

Oti

Total: {{count($studentRegions->where('title','Savannah'))}}

Savannah

Total: {{count($studentRegions->where('title','Bono'))}}

Bono

Total: {{count($studentRegions->where('title','Bono East'))}}

Bono East

Total: {{count($studentRegions->where('title','Ahafo'))}}

Ahafo

Total: {{count($studentRegions->where('title','Eastern'))}}

Eastern

Total: {{count($studentRegions->where('title','Western'))}}

Western

Total: {{count($studentRegions->where('title','Western North'))}}

Western North

Total: {{count($studentRegions->where('title','North East'))}}

North East

Total: {{count($studentRegions->where('title','Northern'))}}

Northern

Desktop Users

78.56k

2.08%

Mobile Users

105.02k

10.52%

Tablet Users

42.89k

7.36%

@endif
@include('layouts.admin.footer')