@extends('layouts.layout-2') @section('content') @if ($errors->any())
{{__('If you have checked your data, share your data here!')}}
{{__('open since')}} {{__('at')}} {{ $user->shop->getActiveDateFormat() }}
@if($user->shop->active){{__('Status')}} {{ __('active') }}
@else{{__('Status')}} {{ __('inactive') }}
@endif {{__('settings your shop')}} @else {{__('open your shop')}} @endif{{__('Data released')}} {{__('at')}} {{ $user->getActiveDateFormat() }}
@endif @if($user->confirmed == 1){{__('E-Mail verified')}} {{__('at')}} {{ $user->getConfirmationDateFormat() }}
@endif @if($user->account_id) @if($user->account->data_protection){{__('Privacy policy approved')}} {{__('at')}} {{ $user->account->getDataProtectionFormat() }}
@endif @if($user->active == 1) @if($user->agreement){{__('Einverständniserklärung')}} {{__('at')}} {{ $user->getAgreementFormat() }}
@else{{__('Einverständniserklärung')}} {{ __('nicht akzeptiert') }}
@endif @endif @endif{{__('Sign in with your e-mail:')}} {{ Auth::user()->email }}
@if(!$user->isPasswort()){{__('Assign a password for your account.')}}
{{__('Create Password')}} @else{{__('Change your password here to access your account.')}}
{{__('Change password')}} @endif {{__('Change E-Mail')}}{{__('If you no longer want to use our offer, you can delete your account here.')}}
{{__('Delete Account')}}