@extends('layouts.app') @section('title', 'Department Details') @section('content')
{{ $department->code }}
{{ $department->company->name }}
{{ $department->location }}
{{ $department->description }}
{{ $department->headOfDepartment->name }}
{{ $department->headOfDepartment->email }}
@elseNot assigned
@endif{{ $department->hseOfficer->name }}
{{ $department->hseOfficer->email }}
@elseNot assigned
@endifNo HSE objectives defined
@endifEmployees
{{ $department->employees->count() }}
Incidents
{{ $department->incidents->count() }}
Toolbox Talks
{{ $department->toolboxTalks->count() }}
Sub-departments
{{ $department->childDepartments->count() }}
| Name | Role | Status | |
|---|---|---|---|
|
{{ $employee->name }}
|
{{ $employee->email }}
|
{{ $employee->role->display_name ?? 'N/A' }}
|
@if($employee->is_active) Active @else Inactive @endif |
Showing 10 of {{ $department->employees->count() }} employees