@extends("admin.layouts.app") @section("title", __("admin.products.title")) @section("content")
| {{ __('common.table.id') }} | {{ __('common.table.product') }} | {{ __('common.table.client') }} | {{ __('common.table.domain') }} | {{ __('common.table.billing_cycle') }} | {{ __('common.table.amount') }} | {{ __('admin.services.next_due') }} | {{ __('common.table.status') }} | {{ __('common.table.actions') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $service->id }} | {{ $service->product?->name ?? "N/A" }} | @if($service->client) client_id) }}" style="color:#337ab7;text-decoration:none;">{{ $service->client->full_name }} @else N/A @endif | {{ $service->domain ?? "-" }} | {{ ucfirst($service->billing_cycle ?? "-") }} | ${{ number_format($service->amount, 2) }} | {{ $service->next_due_date?->format("d M Y") ?? "-" }} | {{ ucfirst($service->status ?? "") }} | {{ __('common.actions.view') }} |
| {{ __('admin.services.no_services') }} | ||||||||