@if (count($order->comments) > 0) @php $commentTypes = [ 'cancelled' => ['bg-danger', 'feather icon-archive', 'Отменен'], 'replacement' => ['bg-warning', 'feather icon-refresh-ccw', 'Замена'], 'closed' => ['bg-success', 'feather icon-archive', 'Закрыто'], 'default' => ['bg-primary', 'fa fa-comment', 'comment'], ]; @endphp
@csrf

@lang('admin.orders.comments')

@endif