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