diff --git a/themes/default/account/account.blade.php b/themes/default/account/account.blade.php index 67627c84..4b47625c 100644 --- a/themes/default/account/account.blade.php +++ b/themes/default/account/account.blade.php @@ -66,13 +66,13 @@ @foreach ($latest_orders as $order) - -
+ +
-
{{ __('shop/account.order_number') }}:{{ $order->number }} {{ __('shop/account.all') }} {{ count($order->orderProducts) }} {{ __('shop/account.items') }}
+
{{ __('shop/account.order_number') }}:{{ $order->number }} {{ __('shop/account.all') }} {{ count($order->orderProducts) }} {{ __('shop/account.items') }}
{{ __('shop/account.order_time') }}:{{ $order->created_at }}