@extends('layouts.sidebar')
@section('title', 'Departments')
@section('content')
@if (in_array('Manage Client', $privileges))
@include('Admin.Department.modal')
Client List and Work Schedule
@if (in_array('Create Client', $privileges))
@endif
@if (session('success'))
{{ session('success') }}
@endif
Agency |
Company |
Client |
Number of Employees |
Actions |
@else
You don't have privilege to access this page
@endif
@endsection