@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.address.edit.page-title') }} @endsection @section('content-wrapper')
@include('shop::customers.account.partials.sidemenu')
{!! view_render_event('bagisto.shop.customers.account.address.edit.before', ['address' => $address]) !!}
{!! view_render_event('bagisto.shop.customers.account.address.edit.after', ['address' => $address]) !!}
@endsection