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

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

@csrf
@php($shipping_latitude=$shippingAddress->latitude) @php($shipping_longitude=$shippingAddress->longitude)
@endsection @push('script') @endpush