Logo
St. Xavier's College Burdwan — College CMS
@php $role = auth()->user()->role; @endphp @if (in_array($role, ['admin', 'teacher', 'staff']))
Main
  • Dashboard
Admissions
  • Applications @php $pending = \App\Models\Application::whereIn('status',['submitted','under_review'])->count(); @endphp @if ($pending > 0) {{ $pending }} @endif
  • Student Database
Academics
  • Academic Module
    • Classes
    • Subjects
    • Semesters / Years
    • Class Schedule
    • Teacher Schedule
    • Promotion
  • Asign Subject
  • Attendance
  • Attendance Report
HR
  • Employees
    • Designations
    • Teachers
    • Staff
    • All Employees
Finance
  • Accounting
    • Fee Heads
    • Fee Groups
    • Assign to Classes
    • Payments
  • Reports
@endif
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}
{{ ucfirst(auth()->user()->role) }}
@csrf