{!! Form::open(['action' => route('portal.my_subscriptions.create', 2), 'method' => 'POST', 'class' => '']) !!}

{{ __('abo.my_address') }}

{{ __('abo.my_address_check_info') }}
{{ __('navigation.my_data') }} {{ __('abo.edit') }}

{!! __('order.reorder_info_2', ['country' => $shopping_user->getDeliveryCountry(), 'link' => route('portal.my_data.edit')]) !!}

@include('admin.customer._customer_detail')
{!! Form::close() !!}