@extends($activeTemplate.'layouts.master') @section('content')
@forelse($services as $service) @empty @endforelse
@lang('Service/Product') @lang('Pricing') @lang('Next Due Date') @lang('Status') @lang('Action')
{{ __(@$service->product->serviceCategory->name) }} {{ showAmount($service->recurring_amount) }} {{ 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
@if($services->hasPages())
{{ paginateLinks($services) }}
@endif
@endsection