@extends('front.layout.master') @section('content') {{$category->name}} {{ __('main.main_section') }} {{ __('main.sub_section') }} {{ __('main.filter') }} {{ __('main.sort_by') }} {{ __('main.price_asc') }} {{ __('main.price_desc') }} {{ __('main.newest') }} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- حسب المنتج--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- كيك--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- كب كيك--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- شوكولاتة--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- فواكه--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- الماركات--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- كيك--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- كب كيك--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- شوكولاتة--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- فواكه--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- اعادة تعيين الفلتر--}} {{-- --}} {{-- --}} {{-- --}} @if($products->count() > 0) @foreach($products as $product) {{$product->prefit_price_discount}}% {{ __('main.discount') }} {{-- --}} {{-- {{ __('main.from') }}--}} {{-- {{$branches?->name}}--}} {{-- --}} {{-- {{$discount['name']}}--}} {{$product->name}} @endforeach @else {{ __('main.no_products') }} @endif @endsection @push('js') @endpush
{{ __('main.no_products') }}