@extends('layouts.app') @section('page_title','Departments') @section('page_subtitle','Manage HR departments and department heads.') @section('content')

Add Department

@csrf

Department List

@foreach($departments as $department)@csrf @method('PUT')@endforeach
NameCodeManagerEmployeesStatusUpdate
{{ $department->employees_count }}
@endsection