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