@if(Auth::user()->hasRole('Student')) Status @endif @if(Auth::user()->hasRole('Student')) Request Form @endif @if(!Auth::user()->hasRole('Student')) Inbox @endif @if(!Auth::user()->hasRole('Student')) Outbox @endif @if(!Auth::user()->hasRole('Admin')) Download @endif @if(Auth::user()->hasRole('Admin')) All Status @endif @if(Auth::user()->hasRole('Admin')) All Requests @endif @if(Auth::user()->hasRole('Admin')) Report @endif @if(Auth::user()->hasRole('Admin')) Export Request Form @endif