@extends('finance/layouts/default') @section('title') Bill @parent @stop @section('content') @include('common.errors')

Bill

Create New Bill


{!! Form::open(['route' => 'finance.bills.store']) !!} @include('finance.bills.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop