About the Department
@foreach($department->about as $about) @for($i = 1; $i <= 6; $i++) @php $para="para$i" ; @endphp @if(!empty($about->$para)){{ $about->$para }}
@endif @endfor @endforeachVision
Mission
Department Milestones
{{ $milestone->year }}
{{ $milestone->para }}
Our HOD
@if($hod) @elseNo HOD added yet for this department.
@endifOur Faculty
@php // Filter out HOD $otherFaculties = $department->faculties->where('designation', '!=', 'HOD'); $facultyCount = $otherFaculties->count(); @endphp @if($facultyCount > 0)No faculty added yet.
@endifSyllabus & Resources
No syllabus files available.
@endif