@extends('redesign.layouts.dashboard') @section('title', 'RECO.BON einlösen') @section('documentTitle', 'RECO.BON einlösen') @section('scripts-page') @endsection @section('document')
@if( !$user->hasPaymentType() )
Du hast keine Zahlungsdaten. Jetzt einstellen
@endif @if( !$user->email_verified )

Bitte bestätige Deine E-Mail. Wir haben eine Bestätigungsmail mit einem Link an {{ $user->email_temp ? $user->email_temp : $user->email }} gesendet.

Sollte die E-Mail nicht angekommen sein bitte hier klicken.

@endif
hasPaymentType() || !$user->email_verified ) style="opacity: 0.5" @endif> @if( !$user->hasPaymentType() || !$user->email_verified )
@endif

RECO.BON einlösen

hasPaymentType() || !$user->email_verified ) disabled @endif>
Weiter
Zurück
Weiter
Zurück
Beenden
Abbrechen
@endsection