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

Billtype

Create New Billtype


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