@extends('home.layouts.index') @section('title') {{$category->name}} @endsection @section('keywords') {{ $category->meta_keyword }} @endsection @section('description') {{ $category->meta_description}} @endsection @section('style') @endsection @section('script') @endsection @section('content')
@foreach($animation_banners as $animation_banner) @if($animation_banner->is_active == 1)

{{$animation_banner->animation_text}} {{$animation_banner->btn_text}}

@endif @endforeach

{{ $category->name }}

Image
فیلتر ها
پاکسازی فیلتر
@foreach($all_attributes as $attribute)
{{ $attribute->name }}
    @foreach($attribute->AttributeValues as $attrValue)
  • @endforeach
@endforeach
@foreach($products as $product) @include('home.sections.product_box',compact('product')) @endforeach
@if($category->description!=null)
{!! $category->description !!} نمایش بیشتر
@endif
@endsection