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

Gutschriften

PDF importieren Hinzufügen
@include('includes.errors') @if ( $credits_wo_supplier->count() > 0 )

Posten ohne Lieferanten

Diese Posten beziehen sich auf Bilder, denen keine Lieferant zugewiesen wurde.
@include('billing._singles_listing') @endif

Offene Gutschriften

Reportings erstellen
@if ( count($listings_open) == 0 )
Keine offenen Gutschriften.
@else @foreach($listings_open as $listing) @include('billing._listing') @endforeach @endif @endsection @section('script') @endsection