@php $channels = core()->getAllChannels(); $currentChannel = core()->getRequestedChannel(); $currentLocale = core()->getRequestedLocale(); @endphp @if ($items = Arr::get($config->items, request()->route('slug') . '.children')) @foreach ($items as $key => $item) @if ( $key == request()->route('slug2')) {{ $title = trans($item['name']) }} @endif @endforeach @endif

{{ $title }}

@lang('admin::app.configuration.index.back-btn')
@foreach ($channels as $channel) {{ $channel->name }} @endforeach @foreach ($currentChannel->locales->sortBy('name') as $locale) {{ $locale->name }} @endforeach
@if ($groups)
@foreach ($groups as $key => $item)

@lang($item['name'])

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

@foreach ($item['fields'] as $field) @include ('admin::configuration.field-type') @php ($hint = $field['title'] . '-hint') @if ($hint !== __($hint)) @endif @endforeach
@endforeach
@endif