@if($form) @else @foreach ($options as $option) @if($multiselect) @if(in_array($option->refid, $value)) {{ $option->value }}
@endif @elseif(isset($value) && $option->refid == $value) {{ $option->value }} @endif @endforeach @endif