@extends('layouts.sidebar') @section('title', 'Departments') @section('content') @if (in_array('Manage Payroll', $privileges))

Employee List of {{ $department->department_name }} Department

Agency: {{ $department->client->company->agency->name }}

Company: {{ $department->client->company->name }}

Client: {{ $department->client->business_name }}

Employee Name Date Hired Position Salary Start Date End Date Status
@else
You don't have privilege to access this page
@endif @endsection