{{$data->firstItem() + $key}} |
{{$list->name}} |
{{ $list->country->name ?? '' }} |
{{$list->code}} |
{{$list->priority}} |
is_mandatory=='1' ? 'checked' : ''}}>
|
show_in_print=='1'){{'checked'}}@elseif($list->show_in_print=='0'){{''}}@endif>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('license-type-edit', $authRolePermissions))
|
@endif
@if(in_array('license-type-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else