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

{{ __("{$action->msg}", [$params['user']['name']]) }}

    @foreach ($params['attachments'] as $key => $value)
  • {{ $value }}
  • @endforeach
{{ $action->created_at }}
@endif @endif