@extends('redesign.layouts.metronic.dashboard') @section('title', 'Meine Empfehlungen') @section('documentTitle', 'Meine Empfehlungen') @section('overlay-style', 'display:block') @section('styles-page') @endsection @section('document')

Meine Empfehlungen

@if( $user->canDo('redeem coupons', true) ) @endif
@if( $coupons->count() )
@include('redesign.back.metronic.coupons.pieces.table')
@else

Noch keine empfohlenen BONS.

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