@extends('rubandroll.layouts.app') @section('meta-title')Webshop - Rub & Roll @endsection @section('meta-keywords') @endsection @section('meta-description') @endsection @section('content')
Background
Rub & Roll

Termékeink

@foreach($products as $product)
{{--
--}} {{-- Light - Mexican - Organic--}} {{--
--}}
{{ \App\Utils::priceForHumans($product->price) }}
@endforeach
@endsection