@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.productcard')
@stop