@include('sections.banner-fullwidth-title')
@if (isset($data['right-corner-image-with-information']))
@include('sections.right-corner-image-with-information')
@endif
@if (isset($data['right-corner-image']))
@include('sections.right-corner-image')
@endif
@include('sections.three-full-image')
@if (isset($data['three-menu-items']))
@include('sections.three-menu-items')
@endif
@include('sections.left-corner-image')
{{ $data['left-corner-image']['italics'] ?? '' }}
@if (request()->routeIs('bandung.experience*'))
@endif
@if (request()->routeIs('yogyakarta.experience*'))
@endif
@endsection