@if(!empty($prod->features))
@foreach($prod->features as $key => $data1)
{{ $prod->features[$key] }}
@endforeach
@endif
@if(Auth::guard('web')->check())
@else
@endif
{{ $prod->setCurrency() }}
{{ $prod->showPreviousPrice() }}
{{ $prod->showName() }}
@if($prod->product_type == "affiliate")
{{ $langg->lang251 }}
@else @if($prod->emptyStock())
{{ $langg->lang78 }}
@else
{{ $langg->lang56 }}
{{ $langg->lang251 }}
@endif @endif