@if (!empty($data['hero'])) @include('landingpage.sections.hero') @endif @if (!empty($data['about'])) @include('landingpage.sections.about_accordion') @endif @if (!empty($agendas)) @include('landingpage.sections.agenda') @endif @if (!empty($data['gallery'])) @include('landingpage.sections.gallery') @endif @if (!empty($data['sponsor'])) @include('landingpage.sections.sponsor') @endif