@php $configData = Helper::appClasses(); $pendingOffers = $domain->offers->where('status', \App\Enums\OfferStatus::Pending)->count(); @endphp @extends('layouts/layoutMaster') @section('title', $domain->name) @section('vendor-style') @vite(['resources/assets/vendor/libs/apex-charts/apex-charts.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/apex-charts/apexcharts.js']) @endsection @section('page-script') @vite(['resources/assets/js/domain-show.js']) @endsection @section('content')
{{ $domain->notes }}
@endif{{ $log->description }}
Todavía no se ha registrado ninguna renovación.
@endif| De | Monto | Mensaje | Estado | Fecha | Acciones |
|---|---|---|---|---|---|
| {{ $offer->name ?: '—' }} {{ $offer->email }} @if ($offer->phone) {{ $offer->phone }} @endif | {{ $offer->currency }} {{ number_format($offer->amount, 2) }} | {{ $offer->message ?: '—' }} | @include('content.domains._offer_status_badge', ['status' => $offer->status]) | {{ $offer->created_at->format('d/m/Y') }} | @if ($offer->status->value === 'pending') @endif |
| Todavía no hay ofertas para este dominio. | |||||
{{ $log->description }}
@if ($log->user) — {{ $log->user->name }} @endifTodavía no hay movimientos registrados.
@endforelseSe usan en el <title> y la meta descripción de la página pública cuando el dominio está en venta. Si se dejan vacíos, se usa un texto genérico.