@extends('layouts.dashboard') @section('title', 'Edit Department') @section('content')
Update the department details
Deleting this department will permanently remove it from the system. @if($department->users()->count() > 0) Cannot delete: This department has {{ $department->users()->count() }} employees. @endif
@if($department->users()->count() == 0) @elseReassign all employees to other departments first
@endif