@extends("admin.layouts.app") @section("title", __("admin.domains.title")) @section("content")
| {{ __('common.table.domain') }} | {{ __('common.table.client') }} | {{ __('common.table.registrar') }} | {{ __('admin.domains.registered') }} | {{ __('admin.domains.expires') }} | {{ __('common.table.status') }} | {{ __('common.table.actions') }} |
|---|---|---|---|---|---|---|
| {{ $domain->domain }} | @if($domain->client) client_id) }}" style="color:#337ab7;text-decoration:none;">{{ $domain->client->full_name }} @else N/A @endif | {{ ucfirst($domain->registrar ?? "-") }} | {{ $domain->registration_date?->format("d M Y") ?? "-" }} | {{ $domain->expiry_date?->format("d M Y") ?? "-" }} @if($expirySoon) (soon) @endif @if($expired) (expired) @endif | {{ ucfirst($domain->status ?? "") }} | {{ __('common.actions.view') }} |
| {{ __('admin.domains.no_domains') }} | ||||||