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

{{ $group_title ?? $title }}

@foreach ($inputs as $myname => $input) @endforeach
@if (isset($extra_inputs))
@foreach ($extra_inputs as $myname => $input) @endforeach
@endif