@hasSection('header_title')
{{-- Added mb-6 for spacing --}}
@endif
@yield('header_title')
{{-- This is where page-specific content will go --}}
@yield('content') {{-- This is where module_content (via landingpage::layouts.admin) will be injected --}}