Edit Order
@csrf
@error('client_num') {{ $message }} @enderror

Product Details:
@if (Auth::user()->user_flg !== 'C') @endif @foreach ($order->ordersItem as $index => $item) @php $product = $products->firstWhere('id', $item->product_id); $available_qty = $product ? $product->qty : 0; @endphp @if (Auth::user()->user_flg !== 'C') @endif @endforeach
# ProductAvl. QtyQty Unit Price Amount Action
{{ $index + 1 }}
Address
{{-- Remove Address --}}
Sub Total: {{ $order->sub_total }} ₹
Discount: {{ $order->discount_amount }} ₹
Total: {{ $order->total_amount }} ₹