@extends("client.layouts.app") @section("title", $service->product?->name ?? __("client.services.title")) @section("content") {{ __('client.services.back_to_services') }}
{{ $service->domain }}
@endif| {{ __('common.table.name') }} | {{ __('common.table.amount') }} | {{ __('common.table.billing_cycle') }} | {{ __('client.services.next_due_date') }} | {{ __('common.table.status') }} |
|---|---|---|---|---|
| {{ __('client.services.addon_prefix', ['id' => $addon->addon_id ?? $addon->id]) }} | ${{ number_format($addon->amount, 2) }} | {{ $addon->billing_cycle }} | {{ $addon->next_due_date?->format("d M Y") ?? "-" }} | {{ __('client.status.' . strtolower($addon->status)) }} |