{{1 + $key}} |
{!! $list->document_no !!}
|
{!! formatedDateTime($list->date_time) !!}
|
{{ $list->voucher_name }}
|
{{ \Str::limit($list->document_note, 30) }}
|
@if($list->file_url != '')
@endif
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('company-documents-edit', $authRolePermissions))
|
@endif
@if(in_array('company-documents-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else