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