@extends('layout.default') @section('title', 'Inventory') @section('activeNav', 'inventory') @section('viewJsName', 'inventory') @section('content')

Inventory

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  This will apply to added products' ))
@include('components.productcard')
@stop