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