@extends('shop::customers.account.index') @section('page_title') {{ __('shop::app.customer.account.address.edit.page-title') }} @endsection @section('account-content')
{!! 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