@if (isset($data['landingpage']['main_section'])) @include('sections.hero') @endif @if (empty($data['landingpage']['songwriter_section']) || $data['landingpage']['producer_section']) @include('sections.songwriter') @endif @if (!empty($data['landingpage']['producer_section'])) @include('sections.producer') @endif @if (!empty($data['landingpage']['popular_songs']) || $data['landingpage']['new_songs']) @include('sections.song') @endif @if (!empty($data['trending']['result'])) @include('sections.youtube') @endif @if (isset($data['landingpage']['url_app'])) @include('layouts.desktop.footer') @endif