@extends('layouts.app') @section('body-class', 'page-home') @push('header') @endpush @section('content') @hookinsert('home.content.top') @if ($slideshow) @foreach ($slideshow as $slide) @if ($slide['image'][front_locale_code()] ?? false) @endif @endforeach @endif @hookinsert('home.swiper.after') @if (0) @endif {{ __('front/home.feature_product') }} {{ __('front/home.feature_product_text') }} @foreach ($tab_products as $item) {{ $item['tab_title'] }} @endforeach @foreach ($tab_products as $item) @foreach ($item['products'] as $product) @include('shared.product') @endforeach @endforeach @if (0) @endif {{ __('front/home.news_blog') }} {{ __('front/home.news_blog_text') }} @foreach ($news as $new) @include('shared.blog', ['item'=>$new]) @endforeach @hookinsert('home.content.bottom') @endsection