{{-- ===== DOMAIN SEARCH ===== --}} @php $c = $content ?? collect(); $dsTitle = $c->get('title')->content_value ?? __('sections.domain.title'); $dsSubtitle = $c->get('subtitle')->content_value ?? __('sections.domain.subtitle'); $dsPlaceholder = $c->get('placeholder')->content_value ?? __('sections.domain.placeholder'); @endphp