@extends('frontend::config.master') @section('title') @section('style') @endsection @section('content') @include('frontend::layouts.home.HomeCarouselBanner') @if (!empty($about['detail'])) @slot('content') {!! !empty($about['detail']) ? $about['detail'] : '' !!} @slot('icon') @endslot @endslot @endif {{-- Section Product --}} @if (!empty($product_content)) {{ $product_content['name'] ?? '' }} {!! $product_content['detail'] ?? '' !!} @slot('icon') @endslot @include('frontend::layouts.home.HomeCarouselProduct') @slot('icon') @endslot @endif {{-- End Section Product --}} {{-- Section NEWS & EVENTS --}} @if (!empty($news)) @lang('frontend::lang.index_msg_1') @slot('icon') @endslot {{-- co-card-02-curved-date --}} @include('frontend::layouts.home.HomeCarouselNews') {{-- co-card-02-curved-date --}} @endif {{-- End Section NEWS & EVENTS --}} @endsection @section('script') {{-- --}} @endsection