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

Reportings

@if ( count($reportings) > 0 ) @foreach($reportings as $reporting) @include('supplier._reporting') @endforeach @else
Keine Reportings.
@endif @endsection @section('script') @endsection