@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($departmentLists as $index => $item) @endforeach
S.N Name Head Status Action
{{ $index + 1 }} {{ $item->name }} {{ $item->departmentHead?->full_name }} {!! $item->status_name !!}
@endsection