{{trans('message.accounts_and_services')}}
{{ @$sub_page }}
@if($services->count() > 0)
@else
# | Account | Service | Status | Registed | Expiration At | Action |
---|---|---|---|---|---|---|
{{$index+1}} | {{$service->account->fullname}} | @if ($service->service_id) {{$service->service->name}} @else Notfound! @endif | @if ($service->status =='new') @elseif($service->status =='active') @else @endif | {{$service->started_at}} | {{$service->expiration_at}} | @if ($service->status == 'active' || $service->status == 'expired') {{trans('message.renew')}} @endif |