{{ $select[$scope] }}
@if ( count($reportings[$scope]) > 0 )
@include('delivery.reporting._table',['deliveries' => $reportings[$scope]])
@else
Keine
@endif
@if ( count($reportings[$scope]) > 0 )
@include('pagination.default',['paginator' => $reportings[$scope]])
@endif