{{ __('billing.header.create-one') }}
{!! Form::open(array('route' => 'billings.store.one','method'=>'POST')) !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{!! Form::close() !!}