@section('aside') AN The EduNepal Dashboard Profile Mangement General Information Messages Social Link Chat Setting Our Team Login Information Edu Fair Update Academics / Levels Academics Academics List Requested Academics Levels Level List Level Requested Facility Facility List {{----}} {{----}} {{--Requested Facility--}} {{----}} {{----}} Gallery Management Images Videos Categories Other Information Admissions Scholarship Achievements Testimonials @php $user = \Illuminate\Support\Facades\Auth::user(); @endphp @if($user->hasPermissionTo('exam_module')) Exam Management Exam Manage List Add New Level Manage List Add New Stream Manage List Add New Subject Manage List Add New Results @endif @if($user->hasPermissionTo('student_module')) @php $scholarshipRequest = \App\Student\StudentClient::where('client_id',\Illuminate\Support\Facades\Auth::user()->client->id)->where('type','scholarship')->where('status','pending')->count(); @endphp Scholarship Request @if($scholarshipRequest>0) {{$scholarshipRequest}} @endif @php $scholarshipRequest = \App\Student\StudentClient::where('client_id',\Illuminate\Support\Facades\Auth::user()->client->id)->where('type','general')->where('status','pending')->count(); @endphp Applied Students @if($scholarshipRequest>0) {{$scholarshipRequest}} @endif @endif FAQ Management Documentation {{-- --}} {{-- --}} {{-- --}} {{-- Search--}} {{-- --}} {{-- --}} {{\Illuminate\Support\Facades\Auth::user()->name}} User Options Profile Sign Out 0 Notifications {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- App was updated to v5.6!--}} {{-- 3 min ago--}} {{-- --}} {{-- --}} {{-- --}} View All {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection