@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->button_text }}
{{$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))

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

@include('home.sections.product_box')
@endif

آخرین پیشنهادها

{{$banners[0]->title}}

{{$banners[0]->title}}

آنها را اینجا پیدا کنید

@foreach($products_special_sale as $product)
@include('home.sections.product_box')
@endforeach

نوآوری

{{$banners[1]->title}}

{{$banners[1]->text}}

{{$banners[1]->button_text}}

برای شما

@foreach($active_categories as $category)
@endforeach

وبلاگ

@foreach($first_two_articles as $article)
@endforeach

محصولاتی که ممکن است دوست داشته باشید

@foreach($products_new as $product)
@include('home.sections.product_box')
@endforeach
@endsection