@php $f = $faq ?? null; $enabledLocales = site_supported_locales(); $iconList = is_array($icons ?? null) ? $icons : []; $selectedIcon = old('icon', $f?->icon ?: ($iconList[0] ?? 'question-mark-circle')); @endphp
@foreach ($iconList as $icon) @php($label = __('admin.faq_icon_'.$icon)) @endforeach

{{ __('admin.icon_preview') }}

@foreach($enabledLocales as $loc)
{"title_{$loc}"}) }}" class="admin-input" required />
@endforeach