Account Licenses
@if(in_array('license-create', $authRolePermissions)) @endif

@if(in_array('license-edit', $authRolePermissions)) @endif @if(in_array('license-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('license-edit', $authRolePermissions)) @endif @if(in_array('license-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No License Type License No Validity Period StatusEditDelete
{{1 + $key}} {!! $list->license_type !!}
{!! $list->license_number !!} {{ formatedDate($list->valid_from) }} - {{ formatedDate($list->valid_upto) }}
status=='1' ? 'checked' : ''}}>
No Data Found