Bussiness Documents
@if(in_array('company-documents-create', $authRolePermissions)) @endif

@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 License Validity Period Attachment StatusEditDelete
{{1 + $key}} {!! $list->license_type_name !!}
{!! $list->license_number !!}
@php $auth_format = \Session::get('company_data')['date_format'] ?? ''; @endphp {{ date($auth_format, strtotime($list->valid_from)) }} - {{ date($auth_format, strtotime($list->valid_upto)) }} @if($list->file_url != '') Download @endif
license_status=='1' ? 'checked' : ''}}>
No Data Found