{{$data->firstItem() + $key}} |
{{$list->type_name}} |
{{$list->type_code}} |
{{$list->getAccountingCategory->name ?? ''}} |
{{$list->getaccountgroup->category_name ?? ''}} |
{{$list->prefix}} |
|
is_person=='1' ? 'checked' : ''}}>
|
is_default=='1' ? 'checked' : ''}}>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('account-master-type-edit', $authRolePermissions))
|
@endif
@if(in_array('account-master-type-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else