@extends('layouts.layout-2') @section('content') @if ($errors->any())
{{__('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{{__('Account aktiv')}} {{__('bis zum:')}} {{ $user->getPaymentAccountDateFormat() }}
@else{{__('Account inaktiv')}}
@endif @if($user->payment_shop){{__('Shop aktiv')}} {{__('bis zum')}}: {{ $user->getPaymentShopDateFormat() }}
@else{{__('Shop inaktiv')}}
@endif{{__('Daten vervollständigt')}} {{__('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')}}