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