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

Purchase

will be added to the list of barcodes for the selected product on submit.
@include('components.productcard')
@stop