{{ $title }} {!! $hint ?? '' !!}

@csrf
@foreach($messages as $msg) {!! $msg !!} @endforeach @if ($renderWithOutTable) @each('common.option-form.item', $items, 'item') @else @foreach($items as $item) @unless ($renderInputTagsOnly) @endunless @endforeach
{{ $item->name }} {!! $item->hint ?? '' !!} @include('common.option-form.item', compact('item'))
@endif