{{ __('Create new A9 Receipt for ') }} {{$type}}

{!! Form::open(['url' => route('receipts.a9.store', ['type' => $type])]) !!}
@include('receipts.a9.item')
{{ __('Cancel') }} {{ __('Save') }}
{!! Form::close() !!}