{{__('register.trade_licence') }}
@php($business_license_choose = $user->account->getNotice('business_license')) @if($business_license_choose === 'now')

{{ __('register.business_license_deposited') }}

@endif @if($business_license_choose === 'later')

{{ __('register.business_license_later') }}

@endif @if($business_license_choose === 'non')

{{ __('register.business_license_non') }}:
{{ $user->account->getNotice('business_license_reason') }}

@endif {{ __('register.change_documents') }}
{{__('home.activities') }}
@if($user->active == 1) @if($user->files->count()) @foreach($user->files()->whereIdentifier('contract')->get() as $file) {{ $file->original_name }}
@endforeach @endif

{{__('home.data_complete_unlocked')}} {{__('home.at')}}: {{ $user->getActiveDateFormat() }}

@endif @if($user->account_id) @if($user->active == 1) @if($user->agreement)

{{__('home.declaration_of_consent')}} {{__('home.at')}}: {{ $user->getAgreementFormat() }}

@else

{{__('home.declaration_of_consent')}} {{ __('nicht akzeptiert') }}

@endif @endif @if($user->account->data_protection)

{{__('home.privacy_policy_approved')}} {{__('home.at')}}: {{ $user->account->getDataProtectionFormat() }}

@endif @endif @if($user->confirmed == 1)

{{__('home.email_verified')}} {{__('home.at')}}: {{ $user->getConfirmationDateFormat() }}

@endif