@extends('home.layouts.index') @section('title') {{ $setting['name'] }} @endsection @section('description') {{ $setting->meta_des }} @endsection @section('keywords') {{ $setting->meta_key }} @endsection @section('style') @endsection @section('script') @endsection @section('content')
@foreach($sliders as $slider)
{{$slider->title}}

{{$slider->text}}

@if($slider->button_link) {{ $slider->button_text }} @endif
{{$slider->title}} {{$slider->title}}
@endforeach
@if(count($active_categories))

خرید بر اساس دسته‌بندی

@foreach($active_categories as $category) @endforeach
{{--
--}}
@foreach($active_categories as $category) {{--
--}} {{--
--}} @endforeach
{{--
--}}
@endif @if(count($product_has_sale_showIndex))

پرفروش‌ترین‌ها

@foreach($product_has_sale_showIndex as $product) @include('home.sections.product_box',compact('product')) @endforeach
@endif

آخرین پیشنهادها
{{-- قبلی --}}
{{-- بعدی --}}

@if((!isset($banners[0]->button_text) || empty($banners[0]->button_text)) && isset($banners[0]->button_link) && !empty($banners[0]->button_link)) @endif {{ $banners[0]->title ?? ''}} @if((!isset($banners[0]->button_text) || empty($banners[0]->button_text)) && isset($banners[0]->button_link) && !empty($banners[0]->button_link)) @endif
@foreach($products_special_sale as $product)
@include('home.sections.product_box')
@endforeach
{{-- --}}
@if((!isset($banners[1]->button_text) || empty($banners[1]->button_text)) && isset($banners[1]->button_link) && !empty($banners[1]->button_link)) @endif @if((!isset($banners[1]->button_text) || empty($banners[1]->button_text)) && isset($banners[1]->button_link) && !empty($banners[1]->button_link)) @endif

برای شما

{{-- قبلی --}}
{{-- بعدی --}}
@foreach($active_categories as $category)
@endforeach

محصولات پیشنهادی

{{-- قبلی --}}
{{-- بعدی --}}
@foreach($products_new as $product)
@include('home.sections.product_box')
@endforeach

وبلاگ

{{-- قبلی --}}
{{-- بعدی --}}
@foreach($articles as $article)
@endforeach
{{--
--}}
@endsection