{{-- Order History --}}
{{ __('panel/order.history') }}
@foreach ($order->histories->sortByDesc('id') as $history) @endforeach
{{ __('panel/order.status') }} {{ __('panel/order.comment') }} {{ __('panel/order.date_time') }}
{{ $history->status }} {{ $history->comment }} {{ $history->created_at }}
@hookinsert('panel.orders.detail.history.after')