@if (isset($include_blank) && $include_blank !== false)
{{ $include_blank }}
@endif @foreach($options as $option)
{{ htmlspecialchars($option['text']) }}
@endforeach