$item['is_featured'], ]) > @if (trim($item['badge'], ' ') != '' || $item['price'] == 0)

@if (trim($item['badge'], ' ') != '') {{ $item['badge'] }} @elseif ($item['price'] == 0) @lang('Free') @endif

@endif @if (isset($item['db_version']) && $item['version'] != $item['db_version'] && $item['installed'])

{{ __('Update Available') }}

@endif @if ($item['youtube'])
@endif
$item['type'] === 'single', ])> $item['type'] === 'bundle', ]) src="{{ $item['icon'] }}" @if ($item['type'] === 'single') width="53" height="53" @endif alt="{{ $item['name'] }}" > @if ($item['installed'])

{{ __('Installed') }}

@endif

{{ $item['name'] }}

@if($item['type']!=='bundle')

{{ number_format($item['review'], 1) }}

@endif

{{ $item['description'] }}

{{ __('View details') }}
@if (!$item['only_show'] && $item['type'] === 'single')
@foreach ($item['categories'] as $tag) {{ $tag }} @if (!$loop->last) @endif @endforeach
@else
@lang('Limited Time Offer')
Save {{ $item['bundle_discount_percent'] }}%
@endif @includeWhen($item['type'] === 'single', 'default.panel.admin.marketplace.particles.index-add-cart')