{!! Form::open(['action' => 'CreditListingController@store','id' => 'credit_import_form']) !!}
{!! Form::hidden('pdf_document_id',$pdf->id) !!}
{!! Form::hidden('js_set_index',count($matches) ? count($matches) : 1,['id' => 'js_set_index']) !!}
@include('billing._form')
{!! Form::close() !!}