@if(get_is_wizard_enable('store_button'))

{{ __('heading.title_stores') }}

@foreach(getStores() as $store) {{ $store['name'] }} @endforeach
@endif