@extends('layouts.app') @section('title', 'Department Details') @section('subtitle', 'View department information and employees') @section('content')
{{ $department->department_head ?? 'No head assigned' }}
Cost Center: {{ $department->cost_center ?? 'N/A' }}
{{ $department->name }}
{{ $department->department_head ?? 'Not assigned' }}
{{ $department->cost_center ?? 'Not set' }}
{{ $department->description }}
{{ $user->full_name }}
{{ $user->employee_id }} • {{ $user->position }}
No employees assigned to this department