{{-- This is ajax called inside the index page modal --}} @foreach($department->designations as $index=>$designations)
@if($index == 0) {!! trans('messages.designationEmptyNote')!!} @endif
@endforeach {{-- This is ajax called inside the index page modal --}}