{{ $select[$scope] }}
@if ( count($emails[$scope]) > 0 )
@include('delivery.email._table',['group' => $emails[$scope]->groupBy('batch')])
@else
Keine
@endif
@if ( count($emails[$scope]) > 0 )
@include('pagination.default',['paginator' => $emails[$scope]])
@endif