@php $currentCustomer = auth()->guard('customer')->user(); @endphp @extends('shop::customers.account.index') @section('page_title') {{ __('shop::app.customer.account.address.create.page-title') }} @endsection @section('account-content')
{!! view_render_event('bagisto.shop.customers.account.address.create.before') !!}
{!! view_render_event('bagisto.shop.customers.account.address.create.after') !!}
@endsection