{{ $data->firstItem() + $key }} |
{{ $list->module_code ?? ''}} |
{{ $list->voucher_code ?? ''}} |
{{ $list->voucher_type_code ?? ''}} |
{{ $list->status_name ?? '-' }} |
{{ $list->status_code }} |
{{ $list->detail }} |
status == '1' ? 'checked' : '' }}>
|
@if (in_array('voucher-track-status-edit', $authRolePermissions))
|
@endif
@if (in_array('voucher-track-status-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else