@extends('layouts.app') @section('title', 'Departments - ' . $siteContext->name) @section('content')
Institutional Divisions

Dedicated to Professionalism & Quality

At {{ $siteContext->name }}, we take pride in our highly competitive, versatile, and experienced staff members who hold proven track records of academic and professional success.

To maintain the highest standards of service, we regularly conduct performance appraisals and involve our faculty in development workshops, educational seminars, and specialized training programs. This continuous growth directly enhances our students' classroom experience.

Academic & Admin Coordination

Our departments operate in a collaborative model where heads of departments and coordinators coordinate teaching pathways, evaluation schedules, and holistic student support services.

@php $academicDeps = [ ['name' => 'Department of Physics', 'icon' => 'fa-atom', 'desc' => 'Guiding experimental learning, logic, and physical science models.'], ['name' => 'Department of Chemistry', 'icon' => 'fa-flask-pot', 'desc' => 'Nurturing understanding of molecules, reactions, and laboratory procedures.'], ['name' => 'Department of Biology', 'icon' => 'fa-dna', 'desc' => 'Detailing bioscience, physiology, anatomy, and botanical diversity.'], ['name' => 'Department of Mathematics', 'icon' => 'fa-calculator-simple', 'desc' => 'Accelerating numerical skills, logic, analysis, and calculus.'], ['name' => 'English & Communication', 'icon' => 'fa-message', 'desc' => 'Honing linguistic proficiency, global literature, and speech skills.'], ['name' => 'Nepali Department', 'icon' => 'fa-language', 'desc' => 'Fostering cultural heritage, mother tongue fluency, and literature.'], ['name' => 'Accounting Department', 'icon' => 'fa-receipt', 'desc' => 'Laying the groundwork for finance, audits, and hotel accounts.'], ['name' => 'Economics Department', 'icon' => 'fa-chart-trend-up', 'desc' => 'Analyzing fiscal strategies, macroeconomics, and market policies.'], ['name' => 'Business Studies', 'icon' => 'fa-briefcase', 'desc' => 'Teaching entrepreneurship, administration, and corporate mechanics.'], ['name' => 'Computer Science & IT', 'icon' => 'fa-laptop-code', 'desc' => 'Driving modern coding, algorithms, hardware, and web skills.'], ['name' => 'Social Studies', 'icon' => 'fa-earth-americas', 'desc' => 'Guiding citizenship, civic duty, human history, and geography.'], ]; @endphp @foreach($academicDeps as $dep)
{{ $dep['name'] }}

{{ $dep['desc'] }}

@endforeach
@php $adminDeps = [ ['name' => 'Academic Administration', 'icon' => 'fa-graduation-cap', 'desc' => 'Coordinates level-wise classes, curriculum planning, and exams.'], ['name' => 'Finance & Accounts', 'icon' => 'fa-money-bill-wave', 'desc' => 'Manages transparent billing, payrolls, budgets, and collections.'], ['name' => 'MCQs Preparation Dept', 'icon' => 'fa-square-check', 'desc' => 'Prepares Science and Management students for competitive tests.'], ['name' => 'Information Technology', 'icon' => 'fa-server', 'desc' => 'Maintains institutional apps, servers, networks, and smart classroom aids.'], ['name' => 'Sports & ECA Division', 'icon' => 'fa-basketball', 'desc' => 'Organizes tournaments, extracurriculars, and physical development events.'], ['name' => 'Examination Committee', 'icon' => 'fa-file-signature', 'desc' => 'Oversees term evaluations, grading sheets, and NEB submissions.'], ['name' => 'Discipline & Conduct', 'icon' => 'fa-user-shield', 'desc' => 'Ensures campus decorum, code compliance, and safety standards.'], ['name' => 'Guidance & Counseling', 'icon' => 'fa-comments-alt', 'desc' => 'Provides career paths, stress management, and mental health counseling.'], ['name' => 'Logistics & Transportation', 'icon' => 'fa-bus', 'desc' => 'Manages bus routing, safety checks, and valley-wide pickup operations.'], ]; @endphp @foreach($adminDeps as $dep)
{{ $dep['name'] }}

{{ $dep['desc'] }}

@endforeach
@endsection