@lang('admin::app.configuration.index.title') {!! view_render_event('admin.configuration.index.header.before') !!}

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

{!! view_render_event('admin.configuration.index.header.configuration_search.before') !!}
{!! view_render_event('admin.configuration.index.header.configuration_search.after') !!}
{!! view_render_event('admin.configuration.index.header.after') !!} {!! view_render_event('admin.configuration.index.content.before') !!}
@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
{!! view_render_event('admin.configuration.index.content.after') !!} @pushOnce('scripts') @endpushOnce