@if(count($products) == 0)
  • {{__("There is nothing to show!")}}
  • @else @foreach($products as $product)
  • {{$product->name}}

    {{$product->name}}

    {{$product->getPrice()}}
  • @endforeach @endif