@extends('orders.layout') @section('content')

Edit Product

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
Product Id :
{{ $order->product_id }}

Order Id :
{{ $order->order_id }}

Variant Id: (Please Select) {{-- --}}


Variants Section (Reference For Variant ID)
@endsection