@if ($action->type == App\Enums\TrackingActionTypeEnum::ORDER_CREATED->name)
@if ($params = json_decode("{$action->params}", true))
{{ $params['user']['name'] }} @lang('translation.'.$action->type)

{{ __($action->msg, $params['attachments']) }}

{{ $action->created_at }}
@endif
@endif