ملخص طلبات الشراء

إضافة المزيد
@if(count($orderList) > 0)
@foreach($orderList as $id => $item)
@if(isset($item['image']) && $item['image']) {{ $item['name'] }} @else @endif

{{ $item['name'] }}

السعر للوحدة: {{ number_format($item['price'], 2) }} جنيه
@csrf
{{ number_format($item['price'] * $item['quantity'], 2) }} جنيه
@csrf @method('DELETE')
@endforeach
إجمالي الطلب: {{ number_format($total, 2) }} جنيه
@csrf

بيانات مقدم الطلب

@else

قائمة طلباتك فارغة حالياً

تصفح المنتجات وأضف ما تحتاجه لإرسال طلب شراء مجمع

ابدأ التسوق الآن
@endif