@if ($page->heroSections->isNotEmpty()) @foreach ($page->heroSections as $hero_section)

{!! $hero_section->title ?? '' !!}

{!! $hero_section->subtitle ?? '' !!}

@endforeach @endif