@extends('layouts.master-vnext') @section('page-title') Create good @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Stock\GoodController@store'))) }} @include('stock.good.form') {{ Form::customSubmit('Create new good') }} {{ Form::close() }} @endsection