@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')

{{$category->name}}

{{$category->short_description}}

نمایش 1 - 12 از 12 نتیجه

@foreach($products as $product) @include('home.sections.product_category_box') @endforeach
{!! $category->description !!}
@endsection