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

Meine Empfehler

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

Noch keine Empfehler.

@if( $user->canDo('share reflink', true) ) Neuen Empfehler hinzufügen @endif
@include('redesign.back.metronic.agents.pieces.table_fake')
@endif
@endsection @section('scripts-page') @if( $agents->count() ) @else @endif @endsection