{{$data->firstItem() + $key}} |
{!! $list->id !!} |
{!! ucfirst($list->name) !!} |
{!! $list->description !!} |
status=='1' ? 'checked' : ''}}>
|
@if(in_array('student-house-edit', $authRolePermissions))
|
@endif
@if(in_array('student-house-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else