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

Gutschriften

@if ( count($listings) > 0 ) @foreach($listings as $listing) @include('client._listing') @endforeach @else
Keine Gutschriften.
@endif @endsection @section('script') @endsection