@extends('layouts.app') @section('title','Neue Gutschrift') @section('breadcrumb') @endsection @section('content')

Gutschrift

@include('includes.errors') {!! Form::open(['action' => 'CreditListingController@store']) !!} {!! Form::hidden('pdf_document_id','') !!} {!! Form::hidden('js_set_index',1,['id' => 'js_set_index']) !!} @include('billing._form') {!! Form::close() !!} toArray()); !!}'> @endsection @section('script') @endsection