Sl No | License | Validity Period | Attachment | Status | @if(in_array('company-documents-edit', $authRolePermissions))Edit | @endif @if(in_array('company-documents-delete', $authRolePermissions))Delete | @endif
---|---|---|---|---|---|---|
{{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' : ''}}>
|
@if(in_array('company-documents-edit', $authRolePermissions))
@endif @if(in_array('company-documents-delete', $authRolePermissions)) | @endif |
No Data Found |