@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)
@endforeach