@extends('layouts.app') @section('title', 'Departments') @section('content')
Manage department information and details
Total Departments
Active Departments
Inactive Departments
Showing Results
| Department | ISP/Branch | Type | Phone | Status | Created By | Created At | Actions | |
|---|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($department->name, 0, 1)) }}
{{ $department->name }}{{ $department->code }} |
@if($department->isp)
{{ $department->isp->name }}
{{ $department->isp->code }} |
Department | @if($department->head_phone) {{ $department->head_phone }} @else - @endif | @if($department->head_email) {{ $department->head_email }} @else - @endif | @if($department->is_active) Active @else Inactive @endif |
{{ strtoupper(substr($department->creator->name ?? 'S', 0, 1)) }}
{{ $department->creator->name ?? 'System' }}
|
{{ $department->created_at->format('M d, Y') }} | |