@extends('admin.layouts.app') @section('panel')
@forelse($services as $service) @empty @endforelse
@lang('User') @lang('Service/Product') @lang('Pricing') @lang('Next Due Date') @lang('Status') @lang('Action')
{{$service->user->fullname}}
@{{ $service->user->username }}
{{ __(@$service->product->name) }}
{{ __(@$service->product->serviceCategory->name) }}
{{ gs('cur_sym') }}{{ getAmount($service->recurring_amount) }} {{ __(gs('cur_text')) }} {{ @billingCycle(@$service->billing_cycle, true)['showText'] }} @if($service->billing_cycle != 0) {{ showDateTime($service->next_due_date, 'd/m/Y') }} @else @lang('N/A') @endif @php echo $service->showStatus; @endphp @permit('admin.order.hosting.details') @lang('Details') @else @endpermit
{{ __($emptyMessage) }}
@if ($services->hasPages()) @endif
@endsection @if(request()->routeIs('admin.services')) @push('breadcrumb-plugins') @endpush @endif