@extends('layouts.sidebar') @section('title', 'Departments') @section('content') @if (in_array('Manage Department', $privileges)) @include('Admin.Department.modal')

Department List and Work Schedule

@if (session('success'))
{{ session('success') }}
@endif
Agency Company Client Department Number of Employees Actions
@else
You don't have privilege to access this page
@endif @endsection