@extends('layouts.manage') @section('title') @lang('Edit Shipping Address') @endsection @section('page-header-title') @lang('Edit Shipping Address') @lang('View Shipping Addresses') @endsection @section('page-header-description') @lang('Edit Role') @lang('Go Back') @endsection @section('styles') @include('partials.phone_style') @endsection @section('scripts') @if(config('settings.toast_notifications_enable')) @endif @include('partials.phone_script') @endsection @section('content') @include('partials.manage.addresses.edit') @endsection