+
+
+ @foreach(session('temp_order_items') as $index => $item)
+
+
{{ $index + 1 }}
+
{{ $item['description'] }}
+
{{ $item['ctn'] }}
+
{{ $item['qty'] }}
+
{{ $item['ttl_qty'] }}
+
{{ $item['unit'] }}
+
{{ $item['price'] }}
+
{{ $item['ttl_amount'] }}
+
{{ $item['cbm'] }}
+
{{ $item['ttl_cbm'] }}
+
{{ $item['kg'] }}
+
{{ $item['ttl_kg'] }}
+
{{ $item['shop_no'] }}
+
+
+
+
+ @endforeach
+
+
+
+
+
+
+ @endif
+
+
+
+
-{{-- AUTO OPEN FORM AFTER REDIRECT --}}
-
-
-@endsection
+@endsection
\ No newline at end of file
diff --git a/resources/views/admin/orders_show.blade.php b/resources/views/admin/orders_show.blade.php
index 08806dd..e9c1d8e 100644
--- a/resources/views/admin/orders_show.blade.php
+++ b/resources/views/admin/orders_show.blade.php
@@ -10,7 +10,7 @@