@extends('layouts.app') @section('content')
@if ($heroSectionActive?->is_active) @livewire('layout.hero-section') @endif @if ($personelListActive?->is_active) @livewire('layout.personel-list') @endif @if ($highlightSliderActive?->is_active)
@include('frontend.partials.highlight-slider', ['highlights' => $highlights])
@endif @if ($catalogSectionActive?->is_active)
@include('frontend.partials.catalog-slider', ['catalogspreview' => $previewCatalogs])
@endif @if ($aboutSectionActive?->is_active)
@livewire('tentang-kami')
@endif
@endsection