@include('auth.header')

View Department Title

@if(Session::has('message'))
{{Session::get('message')}}
@endif @if(Session::has('delmessage'))
{{Session::get('delmessage')}}
@endif @if(Session::has('status'))
{{Session::get('status')}}
@endif
@foreach ($jobtitle as $jobt) @endforeach
# Department Title Alias Action
1 {{ $jobt->category }} {{ $jobt->alias }}
@include('auth.footer')