@use(\Spatie\Mailcoach\Domain\ConditionBuilder\Enums\EngagementType) @if(\Laravel\Pennant\Feature::store('array')->for('')->active('mailcoach::subscriber-engagement'))
@if (in_array($storedCondition['value']['type'], [EngagementType::OpenRate->value, EngagementType::ClickRate->value]))
%
@else
@endif
@else
{!! __mc('Your database does not contain the necessary columns to support this feature. Check out the subscriber engagement announcement to run the necessary migrations.') !!}
@endif