@if(in_array('license-details-edit', $authRolePermissions)) @endif @if(in_array('license-details-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('license-details-edit', $authRolePermissions)) @endif @if(in_array('license-details-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Order Date Server links Client links License No Dates Billing Interval Maintenance StatusEditDelete
{{$data->firstItem() + $key}} {!! isset($list->license_registered->order_date) ? formatedDate($list->license_registered->order_date):'' !!} @if ($list->server->server_name != '') {!! $list->server->server_name !!}
@endif @if ($list->server->login_link != '') Login Link @endif
@if ($list->front_end_url != '') Frontend Link
@endif @if ($list->back_end_url != '') Backend Link @endif
{!! $list->license_registered->license_no ?? '' !!}

Registration: {!! formatedDate($list->registration_date) !!}
1st Activation: {!! formatedDate($list->first_activation) !!}
Billing Start: {!! formatedDate($list->billing_start_date) !!}

{!! $list->billing_interval->biling_interval ?? '' !!}
Quantity: {!! $list->quantity !!}
Selling Price: {!! $list->taxable_rate !!}
maintenance_mode=='1' ? 'checked' : ''}}>
status=='1' ? 'checked' : ''}}>
No Data Found