@extends('layouts.home') @section('title', 'Einladungen') @section('content')
{{-- to un-flex --}}
Empfehle das Unternehmen
{{$account->company}} Logo

Erhalte {!! $account->getSellerMaxRecoCash() !!} % RECO.CASH für Deine Empfehlung

von {{$account->company}}

So erhälst Du das RECO.CASH

Sende eine Empfehlung an deine Freunde per Whatsapp, E-Mail oder SMS. Folgen deine Freunde der Empfehlung und lösen den RECO.BON ein, schreiben wir Dir automatisch das RECO.CASH gut. DU kannst es dir jederzeit auf Dein Konto auszahlen.

Jetzt {!! $account->company !!} empfehlen

Vorschau
@if(isset($couponTemplate) && $couponTemplate instanceof \App\CouponTemplate) @include('partials/coupon', [ 'template' => $couponTemplate, 'agent' => Auth::user(), 'usePreviewMarker' => true ]) @else @include('partials/coupon', [ 'seller' => $account, 'agent' => Auth::user(), 'usePreviewMarker' => true ]) @endif
@if(isset($grid))
Meine Empfehlungen
{!! $grid->__toString() !!}
@endif @endsection