@extends('frontend.layouts.app') @section('title-suffix') {{ __('category.title') }} @endsection @push('styles') @endpush @section('main-content')

{{ htmlspecialchars_decode($data['category_desc']) }}

{{ $data['category_products_count'] }}{{ __('category.found') }}

{{ __('category.sort-by') }}
{{--
Voir :
  • 1
  • 2
  • 3
--}}
@if ($data['category_products'] && !empty($data['category_products'])) @foreach ($data['category_products'] as $key => $product)
{{ $product->name }}

{{ $product->name }}

{{ $product->selling_price }} FCFA

@endforeach @endif
@include('frontend.partials.featured') @endsection @push('scripts') @endpush