Sevasram
Dashboard
@php // Group of routes that belong under "Master Management" $masterMenuActive = request()->routeIs('admin.courses.*') || request()->routeIs('admin.scholarships.*'); // Group of routes that belong under "Settings" $settingsMenuActive = request()->routeIs('admin.score-rule-settings.*') || request()->routeIs('admin.certificate-template-settings.*'); @endphp
Master Management
Courses
Scholarships
Settings
Score Rule Settings
{{-- Certificate Template Settings: add once the route exists
Certificate Template Settings
--}}
Applications
4
4 New Notifications
Update completed
Restart server 12 to complete the update.
30m ago
Lorem ipsum
Aliquam ex eros, imperdiet vulputate hendrerit et.
2h ago
Login from 192.186.1.8
5h ago
New connection
Christina accepted your request.
14h ago
Log out
@if (Session::has('error'))
{{ Session::get('error') }}
@endif @yield('content')
@stack('scripts')