@extends('layouts.master-vnext') @section('page-title') Create sales product @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('SalesProduct\ProductController@store'))) }} @include('salesproduct.product.form') {{ Form::customSubmit('Create new sales product') }} {{ Form::close() }} @endsection