@extends('layouts.root') @section('title','Passwort setzen') @section('additionalHeader') @if(!is_null($linkInvitation->account)) @else @endif @endsection @section('head.links') @endsection @section('body.class', 'gray-bg') @section('body')
@if(!empty($linkInvitation->user->upload_portrait)) {{$linkInvitation->user->firstname}} Logo
@endif

{!! $linkInvitation->user->firstname !!} empfiehlt dir

@if(!is_null($linkInvitation->account))

{{-- Fixme: kein Inline CSS verwenden --}} {{ $linkInvitation->account->getDisplayName() }} Logo


Spare und erhalte Prozente nach Deinem Einkauf

bei {!! $linkInvitation->account->getDisplayName() !!}

@else

@if(!empty($linkInvitation->couponTemplate->img)) @else {{$linkInvitation->couponTemplate->user->account->getDisplayName() }} Logo @endif

Spare und erhalte {{ $linkInvitation->couponTemplate->present()->discount_consumer }} nach Deinem Einkauf

bei {!! $linkInvitation->couponTemplate->user->account->getDisplayName() !!}

@endif

So erhältst du das Cashback

Melde Dich an und hole Deinen Gutschein ab. Löse den BON ein und erhalte nach Kaufabschluss Dein Cashback. Du kannst es jederzeit auszahlen

In 2 Schritten bares Geld sparen

1. Einkaufen
2. Auszahlen
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

oder



Bereits registriert? Anmelden ->

@endsection