@foreach (['messageAction', 'logAction', 'activityAction'] as $action)
@if ($this->{$action}->isVisible())
{{ $this->{$action} }}
@endif
@endforeach
@foreach (['fileAction', 'followerAction'] as $action)
@if ($this->{$action}->isVisible())
{{ $this->{$action} }}
@endif
@endforeach
@if ($this->activityInfolist->isVisible())
{{ $this->activityInfolist }}
@endif
{{ $this->chatInfolist }}