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

Gutschriften

PDF importieren Hinzufügen
@include('includes.errors')

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