@if($type == 'student' || $type == 'teacher')
@endif
@if($type == 'staff')
@include('components.sectionbar.teacher-bar')
@endif
@if($type == 'accountant')
@include('components.sectionbar.teacher-bar')
@endif
@if($type == 'librarian')
@include('components.sectionbar.teacher-bar')
@endif