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

@yield('title')

@include('components.productpicker', array( 'products' => $products, 'nextInputSelector' => '#amount', 'disallowAddProductWorkflows' => true ))
{{ $L('The amount cannot be lower than #1', '0') }}
@include('components.productcard')
@stop