@php $pageConfigs = ['myLayout' => 'blank', 'hasCustomizer' => false]; $customizerHidden = 'customizer-hide'; $shouldOpenOfferModal = $offerSubmitted || count($formErrors) > 0; @endphp @extends('layouts/marketplaceLayout') @section('full-title', $domain->seo_title ?: ($domain->name . ' is for sale')) @section('meta-description', $domain->seo_description ?: 'This premium domain name is available for purchase. Make an offer today.') @section('robots', 'index, follow') @section('canonical', request()->getScheme() . '://' . $domain->name . '/') @section('vendor-script') @if ($captchaSiteKey) @endif @endsection @section('page-style') @endsection @section('page-script') @if ($shouldOpenOfferModal) @endif @if ($captchaSiteKey) @endif @endsection @section('content')
Premium domain · for sale

{{ $domain->name }}

This domain is available for purchase. Make an offer and the owner will get back to you directly by email.

@if ($offerCount > 0 || $visitsThisMonth > 0)
@if ($offerCount > 0)
{{ $offerCount }} {{ $offerCount === 1 ? 'offer received' : 'offers received' }}
@endif @if ($averageOffer)
${{ number_format($averageOffer, 0) }} average offer
@endif @if ($visitsThisMonth > 0)
{{ $visitsThisMonth }} {{ $visitsThisMonth === 1 ? 'visit this month' : 'visits this month' }}
@endif
@endif
@endsection