@extends('layouts.front-end.app') @section('title',\App\CPU\translate('My Address')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('UPDATE_ADDRESSES')}}

@include('web-views.partials._profile-aside')
@csrf
@if($zip_restrict_status) @else @endif
@php($shipping_latitude=$shippingAddress->latitude) @php($shipping_longitude=$shippingAddress->longitude)
@endsection @push('script') @endpush