@if(in_array('company-documents-edit', $authRolePermissions)) @endif @if(in_array('company-documents-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('company-documents-edit', $authRolePermissions)) @endif @if(in_array('company-documents-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Document No Date Time Voucher Type Note Document StatusEditDelete
{{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' : ''}}>
No Data Found