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