@extends('theme-views.layouts.app') @section('title', translate('edit_Address').' | '.$web_config['company_name'].' '.translate('ecommerce')) @section('content') @include('theme-views.partials._profile-aside') @csrf {{translate('choose_label')}} address_type == 'home' ? 'checked':''}}> {{translate('home')}} address_type == 'permanent' ? 'checked':''}}> {{translate('permanent')}} address_type == 'office' ? 'checked':''}}> {{translate('office')}} {{translate('contact_person')}} {{translate('phone')}} {{translate('country')}} {{ translate('select_country') }} @if($country_restrict_status) @foreach($delivery_countries as $country) {{$country['name']}} @endforeach @else @foreach(COUNTRIES as $country) {{ $country['name'] }} @endforeach @endif {{translate('city')}} {{translate('zip_code')}} @if($zip_restrict_status) @foreach($delivery_zipcodes as $zip) zipcode == $shippingAddress->zip? 'selected' : ''}}>{{ $zip->zipcode }} @endforeach @else @endif {{translate('go_back')}} {{translate('choose_address_type')}} is_billing == 1 ? 'checked' : ''}} > {{translate('Billing_Address')}} is_billing == 0 ? 'checked' : ''}} > {{translate('Shipping_Address')}} @if(getWebConfig('map_api_status') ==1 ) @endif {{translate('Address')}} {{$shippingAddress['address']}} {{translate('reset')}} {{translate('update_address')}} @endsection @push('script') @if(getWebConfig('map_api_status') ==1 ) @endif @endpush