Manage your school students easily and also manage the Events, Activities and School Website.
@if( (Auth::user()->usergroup_id == 3) || (Auth::user()->usergroup_id == 5) || (Auth::user()->usergroup_id == 7) )
Go To Dashboard
@elseif(Auth::user()->usergroup_id == 6)
Go To Dashboard
@else
Register as School
@endif
--}}
School Management to manage the entire campus Operations and Administration
@if( (Auth::user()->usergroup_id == 3) || (Auth::user()->usergroup_id == 5) || (Auth::user()->usergroup_id == 7) )
Go To Dashboard
@elseif(Auth::user()->usergroup_id == 6)
Go To Dashboard
@else
Register as School
@endif