@php $nav = $tab = -1; $upload = $config['form']['navbar']['upload']['input']; @endphp
@foreach ($upload as $k_u => $u) @if (!empty($u['status']))
@if (str_contains($u['type'], 'upload')) @php $t = str_replace('upload_', '', $u['type']); @endphp @endif
@endif @endforeach