@extends('layouts.master') @section('navigation') @if(Auth::user()->role==1) @include('local.managers.admins._new_navigation') @elseif(Auth::user()->role==2) @include('local.managers.sCoords._new_navigation') @elseif(Auth::user()->role==3) @include('local.managers.pCoords._new_navigation') @elseif(Auth::user()->role==4) @include('local.professors._navigation') @endif @stop @section('main')
Note: You can hide or show this section by clicking on its heading. You may want to hide it to have more space.
Copyright