Oferta #{{ $offer->id }}

{{ $offer->domain?->name }}

Lead recibido el {{ $offer->created_at?->format('d/m/Y \a \l\a\s H:i') }}.

Volver a ofertas
@if (session('status'))
{{ session('status') }}
@endif

Nombre

{{ $offer->name }}

Email

{{ $offer->email }}

Telefono

{{ $offer->phone ?: 'No indicado' }}

Empresa

{{ $offer->company ?: 'No indicada' }}

Oferta

{{ number_format((float) $offer->amount, 2, ',', '.') }} {{ $offer->currency }}

Estado actual

{{ $offer->statusLabel() }}

Mensaje

{{ $offer->message ?: 'Sin mensaje adicional.' }}

Metadatos

IP
{{ $offer->ip_address ?: 'No disponible' }}
User agent
{{ $offer->user_agent ?: 'No disponible' }}
@csrf @method('PATCH') @error('status')

{{ $message }}

@enderror
Abrir dominio