@extends(Theme::getThemeNamespace() . '::views.ecommerce.customers.master') @section('content')

{{ __('The following addresses will be used on the checkout page by default.') }}

{{ SeoHelper::getTitle() }}

{{ __('Add') }}
@include(Theme::getThemeNamespace() . '::views.ecommerce.customers.address.items')
{!! $addresses->links() !!}
@endsection