From ecb6d5d6758014c9532510fa075afa177d131b60 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 13 Jan 2025 16:14:20 +0800 Subject: [PATCH] fixed history comment --- .../resources/views/orders/info.blade.php | 69 ++++++++++--------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/innopacks/panel/resources/views/orders/info.blade.php b/innopacks/panel/resources/views/orders/info.blade.php index b5249201..884a65e7 100644 --- a/innopacks/panel/resources/views/orders/info.blade.php +++ b/innopacks/panel/resources/views/orders/info.blade.php @@ -156,43 +156,46 @@
-
-
{{ __('front/checkout.order_comment') }}
-
-
-
-
-
{{ __('panel/order.customer_remarks') }}
-

{{ $order->comment }}

-
-
-
{{ __('panel/order.administrator_remarks') }}
-

{{ $order->admin_note }}

- +
+
{{ __('front/checkout.order_comment') }}
+
+
+
+
+
{{ __('panel/order.customer_remarks') }}
+

{{ $order->comment }}

+
+
+
{{ __('panel/order.administrator_remarks') }}
+

{{ $order->admin_note }}

+ - + +
+
-
+
@@ -211,7 +214,7 @@ @foreach($order->histories as $history) {{ $history->status }} - {{ $order->comment }} + {{ $history->comment }} {{ $history->created_at }} @endforeach