@extends('web.layouts.container') @section('css') @endsection @section('content') {{__('main.home_page')}} المنتجات إبحث عن منتج بحث فلتر البحث حسب القسم @if(count($categories)) @foreach($categories as $category) {{$category->name}} @endforeach @endif @if(count($products)) @foreach($products as $product) {{-- --}} amount <= 0 ? 'disabled' : '' }} class="btn add_to_cart {{ $product->amount <= 0 ? 'disabled' : '' }}"> {{$product->category_name}} {{$product->name}} ( {{$product->evaluate_count}} تقييم ) {{$product->price}} SAR {{-- --}} @endforeach @endif @endsection @section('inner_js') @endsection