Settings
@foreach($tabs as $k => $tab) @php [$title, $id] = $tab @endphp
@if (isset($configs[$id]) && count($configs[$id])) @foreach($configs[$id] as $config)
@php $component = "backend-setting::form-config.{$config->type}" @endphp
@endforeach @else No configuration found @endif
@endforeach