@use(App\UI\Enums\InputType)
@foreach ($this->settings as $group)
@foreach($group as $title => $section)
@foreach($section as $field) @if($field->inputType() == InputType::FILE) @else {{ $this->settingsValue[$field->value] ?? '-' }} @endif @endforeach
@endforeach
@endforeach