@extends('layout.default') @section('title', $L('Consume')) @section('activeNav', 'consume') @section('viewJsName', 'consume') @section('content')

@yield('title')

{{ $L('You have to select a product') }}
{{ $L('The amount cannot be lower than #1', '0') }}
@include('components.productcard')
@stop