@lang('admin::app.configuration.index.title')

@lang('admin::app.configuration.index.title')

@foreach ($config->items as $itemKey => $item)

@lang($item['name'] ?? '')

@lang($item['info'] ?? '')

@foreach ($item['children'] as $childKey => $child) @if (isset($child['icon'])) @endif

@lang($child['name'])

@lang($child['info'] ?? '')

@endforeach
@endforeach
@pushOnce('scripts') @endpushOnce