@foreach($options as $option) @if($option === $selected) @else @endif {{$option}} @endforeach @if ($errors->has($name)) {{ $errors->first($name) }} @endif