{{-- Expects $content to have keys like: $content['title'] $content['subtitle'] $content['search_placeholder_keywords'] $content['search_placeholder_location'] $content['background_image_url'] (optional) --}} @php $title = $content['title'] ?? 'Find Your Dream Job'; $subtitle = $content['subtitle'] ?? 'Thousands of job openings from top companies are waiting for you.'; $bgImage = isset($content['background_image_url']) ? "background-image: url('" . asset('storage/' . $content['background_image_url']) . "');" : ''; $bgColor = !$bgImage ? 'bg-slate-700 dark:bg-slate-800' : ''; @endphp

{{ $title }}

{{ $subtitle }}