Edit Order

@csrf @method('PUT')
@foreach($order->orderItems as $index => $item) {{-- --}} @endforeach
Product Quantity Price Discount % Amount
Total {{ number_format($order->order_total_price, 2) }}
@error('payment_type')
{{ $message }}
@enderror
CANCEL Update