@extends('redesign.layouts.dashboard') @section('title', 'Empfohlene BONS') @section('documentTitle', 'Empfohlene BONS') @section('overlay-style', 'display:block') @section('document')
@if( $coupons->count() )
@include('redesign.back.seller.coupons.pieces.table')
@else

Noch keine empfohlenen BONS.

Zum Dashboard
@include('redesign.back.seller.coupons.pieces.table_fake')
@endif
@endsection @section('scripts-page') @if( $coupons->count() ) @else @endif @endsection