@if (count($products)) @foreach ($products as $product)
@endforeach @else

@lang('messages.thereisnoitem')

@endif