@php
$status = request()->get('status');
$assessmentStatus = request()->get('status');
@endphp
{{-- ================= Dashboard ================= --}}
-
Dashboard
{{-- ================= Inbox ================= --}}
-
Inbox
@if($totalInboxCount > 0)
{{ $totalInboxCount }}
@endif
{{-- ================= My Application ================= --}}
{{-- ================= Students ================= --}}
{{-- ================= Trainers ================= --}}
-
Trainers
{{-- ================= Batches ================= --}}
@if(auth()->user()->centreApplication)
@endif
{{-- ================= Inspection ================= --}}
@if(auth()->user()->centreApplication)
-
Inspection Details
@endif