@extends('layouts.import') @section('title','Gutschrift importieren ') @section('breadcrumb') @endsection @section('content')

Gutschrift {{ $pdf->original_filename }}

@include('includes.errors')
{!! 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() !!}
toArray()); !!}'> @endsection @section('script') @endsection