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

Client Profile

Agency Logo
Agency: {{ $department->client->agency->name }}
Company: {{ $department->client->business_name }}
Client: {{ $department->department_name }}
Employee Name Date Hired Position Start Date End Date Shift Start Shift End Status
@else
You don't have privilege to access this page
@endif @endsection