@php $gallery = $config['form']['navbar']['gallery']['input']; @endphp
@foreach ($gallery as $k_g => $g) @if (empty($g['status'])) @continue @endif @if ($g['type'] == 'gallery') @php $gallery = $data->{$k_g} ?? null; @endphp @endif @endforeach