@if ($item->subCategory)
@endif
@if ($item->options && count($item->options) > 0)
@foreach ($item->options as $key => $option)
{{ $key }}
@if (is_array($option))
@foreach ($option as $subOption)
@endforeach
@else
{{ $option }}
@endif
@endforeach
@endif
@if ($item->version)
@endif
@if ($item->demo_link)
@endif
{{ translate('Tags') }}
@foreach ($item->getTags() as $tag)
@endforeach