@php $wrapper = $input->copy(); $ignore = [config('app.locale')]; $baseInputs = ($inps = $wrapper->hidden('inputs')) && is_array($inps) ? $inps : []; $baseName = $wrapper->name; $mlcValue = $input->value; if (!is_array($mlcValue)) { $mlcValue = []; } @endphp