@php $type = session('accountsetup.account.type'); $country = session('accountsetup.account.country'); $legal = json_decode(session('accountsetup.account.legal'), true); @endphp
{{ __('Your Account Data [Draft]') }} {{__('Reset')}}
@if(!empty($type))
@endif @if(!empty($country))
@endif
@if(!empty($legal))
{{ __('Legal Info') }}
@if(isset($legal['individual']['name']))
@endif @if(isset($legal['individual']['personal_number']))
@endif @if(isset($legal['individual']['id_number']))
@endif @if(isset($legal['individual']['id_issued_by']))
@endif @if(isset($legal['individual']['id_issued_on']))
@endif @if(isset($legal['individual']['id_valid_to']))
@endif @if(isset($legal['individual']['city']))
@endif @if(isset($legal['individual']['pc']))
@endif @if(isset($legal['individual']['address']))
@endif @if(isset($legal['company']['name']))
@endif @if(isset($legal['company']['number']))
@endif @if(isset($legal['company']['type']))
@endif @if(isset($legal['company']['position']))
@endif @if(isset($legal['company']['city']))
@endif @if(isset($legal['company']['pc']))
@endif @if(isset($legal['company']['address']))
@endif @if(isset($legal['vat']))
@endif
@endif