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

{{ __("{$action->msg}") }}

{{ $params['attachments'][0]. ' '.$params['attachments'][1] }}

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