@extends('frontend.default.layouts.app') @section('meta_title', getSetting('web_name', config('app.name')).' - Beranda') @section('meta_description', getSetting('meta_description', getSetting('web_description', ''))) @if ($featuredPost) @push('preloads') @endpush @endif @section('content')
@if ($featuredPost) @endif
@foreach ($heroGridPosts as $heroPost) @endforeach
{{ $featuredVideo['eyebrow'] }}
@if ($primarySection && $primaryLead)
@endif @if ($featuredVideo['enabled']) @elseif ($homeTopAd)
@if ($homeTopAd->link) {{ $homeTopAd->title }} @else {{ $homeTopAd->title }} @endif
@endif
@foreach ($twoColumnSections as $section) @if ($section['category'] && $section['posts']->isNotEmpty())
@foreach ($section['posts'] as $post)
@endforeach
@endif @endforeach
@if ($darkSection && $darkSectionPosts->isNotEmpty())
@foreach ($darkSectionPosts as $post)
@endforeach
@endif @if ($finalSection && $finalLead)
@foreach ($finalSide as $post)
@endforeach See all {{ $finalSection->title }}
@endif
@if ($homeBottomAd) @if ($homeBottomAd->link) {{ $homeBottomAd->title }} @else {{ $homeBottomAd->title }} @endif @else @endif

Latest news

@foreach ($latestNewsPosts as $post)
@endforeach
@endsection