@extends('rubandroll.layouts.app') @section('meta-title')Webshop - Rub & Roll @endsection @section('meta-keywords') @endsection @section('meta-description') @endsection @section('content') Rub & Roll Termékeink Mind @foreach($collections as $collection) {{ $collection->name }} @endforeach @foreach($products as $product) Kosárba rakom {{-- --}} {{-- Light - Mexican - Organic--}} {{-- --}} {{ $product->name }} {{ \App\Utils::priceForHumans($product->price) }} @endforeach @endsection