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