@extends('layouts.master-vnext') @section('page-title') Create product @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Inventory\ProductController@store', ['division' => $division]))) }} @include('inventory.product.form') {{ Form::customSubmit('Create new product') }} {{ Form::close() }} @endsection