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

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

@foreach (system_config()->getItems() as $item)

{{ $item->getName() }}

{{ $item->getInfo() }}

@foreach ($item->getChildren() as $key => $child) @if ($icon = $child->getIcon()) @endif

{{ $child->getName() }}

{{ $child->getInfo() }}

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