@extends('layouts.layout-2') @section('content') @if ($errors->any())
Erst wenn Dein Jahresbeitrag bei uns eingeht wird Deine Mitgliedschaft automastisch um ein Jahr verlängert.
Die Verlängerung gibt ab erstes Abschlussdatum ein weiteres volles Jahr, bis zum {{$user->modifyActiveAccount()}}
Mitgliedschaft jetzt hier verlängern{{__('open since')}} {{__('at')}} {{ $user->shop->getActiveDateFormat() }}
@if($user->shop->active){{__('Status')}} {{ __('active') }}
@else{{__('Status')}} {{ __('inactive') }}
@endif {{__('settings your shop')}} @else {{__('open your shop')}} @endif @else{{__('Shop nicht gebucht')}}
@endif{{__('Berater-Mitgliedschaft aktiv')}} {{__('bis zum:')}} {{ $user->getPaymentAccountDateFormat() }}
@else{{__('Berater-Account inaktiv')}} @if($user->payment_account) {{__('abgelaufen am')}}: {{ $user->getPaymentAccountDateFormat() }} @endif
@endif @if($user->isActiveShop()){{__('Berater-Online-Shop aktiv')}} {{__('bis zum')}}: {{ $user->getPaymentShopDateFormat() }}
@else{{__('Berater-Shop inaktiv')}} @if($user->payment_shop) {{__('abgelaufen am')}}: {{ $user->getPaymentShopDateFormat() }} @endif
@endif{{__('Daten vollständig, freigeschaltet')}} {{__('at')}}: {{ $user->getActiveDateFormat() }}
@endif @if($user->account_id) @if($user->active == 1) @if($user->agreement){{__('Einverständniserklärung')}} {{__('at')}}: {{ $user->getAgreementFormat() }}
@else{{__('Einverständniserklärung')}} {{ __('nicht akzeptiert') }}
@endif @endif @if($user->account->data_protection){{__('Privacy policy approved')}} {{__('at')}}: {{ $user->account->getDataProtectionFormat() }}
@endif @endif @if($user->confirmed == 1){{__('E-Mail verified')}} {{__('at')}}: {{ $user->getConfirmationDateFormat() }}
@endif{{__('Sign in with your e-mail:')}} {{ Auth::user()->email }}
{{ __('Adjust data') }} {{__('Change E-Mail')}}{{__('Assign a password for your account.')}}
{{__('Create Password')}} @else{{__('Change your password here to access your account.')}}
{{__('Change password')}} @endif{{__('If you no longer want to use our offer, you can delete your account here.')}}
{{__('Delete Account')}}