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

@yield('title')

{{ $L('You have to select a product') }}
{{ $L('will be added to the list of barcodes for the selected product on submit') }}
@include('components.datepicker', array( 'id' => 'best_before_date', 'label' => 'Best before' ))
{{ $L('The amount cannot be lower than #1', '1') }}
@include('components.productcard')
@stop