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