@php
$in_cart = in_array($item['id'], $cartExists);
@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'])
$in_cart,
])
@if ($item['check_subscription']) data-toogle="cart"
href="{{ route('dashboard.admin.marketplace.cart.add-delete', $item['id']) }}"
@else
onclick="return toastr.info('This extension is for premium customers only.')" @endif
>