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