@if ($action->type == App\Enums\TrackingActionTypeEnum::MEMBERS_ADDED->name)
@if ($params = json_decode("{$action->params}", true))
{{ $params['user']['name'] }}
@lang('translation.'.$action->type)
{{ __("{$action->msg}") }}
@if ($params = json_decode("{$action->params}", true))
@foreach ($params['attachments'] as $key => $value)
@endforeach
@endif
{{ $action->created_at }}
@endif
@endif