تقديم طلب خارجي

@if(session('success')) @endif @if(session('error')) @endif
اختر المنتجات التي ترغب بطلبها وأضفها إلى السلة
@csrf
@error('car_number')
{{ $message }}
@enderror أدخل رقم سيارتك لنتمكن من توصيل الطلب إليك
@foreach($products as $category => $categoryProducts)
{{ $category }}
@foreach($categoryProducts as $product)
@if($product->image) {{ $product->name }} @else @endif
{{ $product->name }}

{{ number_format($product->price, 2) }} ريال

-
+
@endforeach
@endforeach