@extends('newBase') @section('title', 'account management') @section('content')
{{ __('customer accounts') }}
@include('usermanagement::account.customer_account.account_list_c_filter')
@include('common.confirmation') @include('common.notification') @endsection