@if(!empty($prod->features))
@foreach($prod->features as $key => $data1)
{{ $prod->features[$key] }}
@endforeach
@endif
{{-- --}}
{{ $prod->showPrice() }} {{ $prod->showPreviousPrice() }}
{{ $prod->showName() }}
@if($prod->product_type == "affiliate")
{{ $langg->lang251 }}
@else
@if($prod->emptyStock())
{{ $langg->lang78 }}
@else
@if (($prod->cross_selling_products()->count() + $countCsProds) > 0)
{{-- if the product has cross selling products --}}
{{ $langg->lang56 }}
@else
{{-- if the product does not have cross selling products --}}
{{ $langg->lang56 }}
@endif
{{ $langg->lang251 }}
@endif
@endif