@extends('frontend.layouts.app') @section('title-suffix') {{ __('brand.title') }} @endsection @push('styles') @endpush @section('main-content') {{ $data['brand_name'] }} {{ __('brand.breadcrumb-1') }}>{{ __('brand.breadcrumb-2') }} {{ htmlspecialchars_decode($data['brand_desc']) }} {{ $data['brand_products_count'] }}{{ __('brand.found') }} {{ __('brand.sort-by') }} {{ __('brand.name-sort') }} {{ __('brand.price-sort') }} {{ __('brand.category-sort') }} {{-- Voir : 1 2 3 --}} @if ($data['brand_products'] && !empty($data['brand_products'])) @foreach ($data['brand_products'] as $key => $product) {{ $product->name }} {{ $product->selling_price }} FCFA {{ __('brand.add-to-cart-btn') }} @endforeach @endif {{ $data['brand_products']->links() }} @include('frontend.partials.featured') @endsection @push('scripts') @endpush
{{ __('brand.breadcrumb-1') }}>{{ __('brand.breadcrumb-2') }}
{{ htmlspecialchars_decode($data['brand_desc']) }}
{{ $data['brand_products_count'] }}{{ __('brand.found') }}