@php $cart_color = in_array($item['id'], $cartExists) ? 'text-green-500' : 'text-foreground'; @endphp @if (!$item['licensed'] && $item['price'] && $item['is_buy'] && !$item['only_show']) @if ($app_is_not_demo) @if (isset($item['parent'])) @if (\App\Helpers\Classes\MarketplaceHelper::isRegistered($item['parent']['slug'])) @if ($item['only_premium'])
@else
@endif @else
@endif @else @if ($item['only_premium'])
@else
@endif @endif @endif @endif