@extends('finance/layouts/default') @section('title') Invoice @parent @stop @section('content') @include('common.errors') Invoice Dashboard Invoices Create Invoice Create New Invoice {!! Form::open(['route' => 'finance.invoices.store']) !!} @include('finance.invoices.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop