@extends('layouts.front') @section('content') @if($ps->slider == 1) @if(count($sliders)) @include('includes.slider-style') @endif @endif @if($ps->slider == 1) @if($ps->slider == 1) @if(count($sliders)) @foreach($sliders as $data) {{$data->subtitle_text}} {{$data->title_text}} {{$data->details_text}} {{ $langg->lang25 }} @endforeach @endif @endif @endif @if($ps->featured_category == 1) {{-- Slider buttom Category Start --}} @foreach($categories->where('is_featured','=',1) as $cat) {{ $cat->name }} {{ count($cat->products) }} {{ $langg->lang4 }} @endforeach {{-- Slider buttom banner End --}} @endif @if($ps->featured == 1) {{ $langg->lang26 }} {{-- View All --}} @foreach($feature_products as $prod) @include('includes.product.slider-product') @endforeach @endif @if($ps->small_banner == 1) @foreach($top_small_banners->chunk(2) as $chunk) @foreach($chunk as $img) @endforeach @endforeach @endif @endsection @section('scripts') @endsection
{{$data->details_text}}
{{ count($cat->products) }} {{ $langg->lang4 }}