@props([
'title' => __('Search'),
'description' => __('Search across indexed domains'),
'header' => true,
'headerType' => null,
'footer' => true,
'mainClass' => null
])
{{ $title }}
{{-- Tailwind (via Vite) --}}
@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- If you don't use Alpine via Vite, uncomment CDN:
--}}
@if($header)
@endif
{{ $slot }}
@if($footer)
@endif