@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.configuration.title') }} @stop @push('css') @endpush @section('content')
@php $locale = core()->checkRequestedLocaleCodeInRequestedChannel(); $channel = core()->getRequestedChannelCode(); $channelLocales = core()->getAllLocalesByRequestedChannel()['locales']; @endphp
@csrf() @if ($groups = \Illuminate\Support\Arr::get($config->items, request()->route('slug') . '.children.' . request()->route('slug2') . '.children')) @foreach ($groups as $key => $item)
@foreach ($item['fields'] as $field) @include ('admin::configuration.field-type') @php ($hint = $field['title'] . '-hint') @if ($hint !== __($hint)) {{ __($hint) }} @endif @endforeach
@endforeach @endif
@stop @push('scripts') @endpush