MESSAGE OF HOD
{{-- School of Nursing HOD image hide on the order of Sir Qasim GIU--}}
@if($department->slug != 'school-of-nursing')
@if(isset($department->hod_image))
@endif
@endif
{!! $department->hod_message !!}
{{-- School of Nursing HOD name and designaion hide on the order of Sir Qasim GIU--}}
@if($department->slug != 'school-of-nursing')
{{$department->hod_name}}
{{$department->hod_designation}}
@endif