@if (session('success'))
{{ session('success') }}
@endif
@foreach ($orders as $order) @endforeach
ID Link Order ID Manufacturer ID Part# Part Short Description Unit width Actions
{{ $order->id }} Click to Access {{ $order->order_id ?? "null"}} {{ $order->products->manufacture_id ?? "null" }} {{ $order->products->part_no ?? "null" }} {{ $order->products->part_short_desc ?? "null" }} {{ $order->unit ?? "null"}} {{ $order->width ?? "null"}}
@csrf @method('DELETE')
@endsection