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