@php $input_col = count($inputs) <= 2 || (isset($input['type']) && in_array($input['type'], ['editor', 'textarea'])) || count($langInputs ?? []) ? 'col-sm-12' : 'col-sm-6'; @endphp

{{ $title }}

@foreach ($inputs ?? [] as $myname => $input)
@endforeach