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