{{ $data->firstItem() + $key }} |
{!! ucfirst($list->position) !!} |
{!! isset($list->terms_and_condition) ? \Str::limit(strip_tags($list->terms_and_condition), 35) : '' !!} |
{{ $list->priority }} |
status == '1' ? 'checked' : ''}}>
|
is_default == '1' ? 'checked' : ''}}>
|
@if(in_array('voucher-type-terms-edit', $authRolePermissions))
|
@endif
@if(in_array('voucher-type-terms-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else