@section('title', 'كتالوج المنتجات')
@forelse($products as $p)
@if($p->category) {{ $p->category->name }} @endif

{{ $p->name }}

{{ $p->sku }}

{{ number_format($p->unit_price, 2) }} ر.س / العبوة
@empty

لا توجد منتجات مطابقة للبحث

يرجى التأكد من كتابة أحرف صحيحة للبحث.

@endforelse