@foreach ($suggestions as $product) @if ($product['qty'] > 0)
{{__('Price') }} {{ $product['cost_price'] }} @if (empty($product['img'])) @else @endif
{{ $product['name'] }}
{{__('Qty') }} {{ $product['qty'] }}
@endif @endforeach