All ILNA Codes

@php $user_role = Auth::User()->role(); @endphp
@if ($ilnaCodes->count()) @foreach ($ilnaCodes as $index => $ilnaCode) @endforeach @else @endif
# Subject Area Action
{{ $index + $ilnaCodes->firstItem() }}
{{ $ilnaCode->subject_area }}
@if (!empty($user_role) && $user_role == 'ADMIN') @endif
No Data Found
@include('backend.share.pagination', ['data' => $ilnaCodes])