@extends('theme-views.layouts.app') @section('title', translate('add_Address').' | '.$web_config['company_name'].' '.translate('ecommerce')) @section('content') @include('theme-views.partials._profile-aside') @csrf {{translate('choose_label')}} {{translate('home')}} {{translate('permanent')}} {{translate('office')}} {{translate('contact_person')}} {{translate('phone')}} {{translate('country')}} {{translate('select_country')}} @foreach($countries as $country) {{ $country['name'] }} @endforeach {{translate('city')}} {{translate('zip_code')}} @if($zip_restrict_status) @foreach($zip_codes as $code) {{ $code->zipcode }} @endforeach @else @endif {{translate('go_back')}} {{translate('choose_address_type')}} {{translate('billing_address')}} {{translate('shipping_address')}} @if(getWebConfig('map_api_status') ==1 ) @endif {{translate('address')}} {{translate('reset')}} {{translate('add_address')}} @endsection @push('script') @if(getWebConfig('map_api_status') ==1 ) @endif @endpush