<select name="example"> <option {{ old('example') == $value ? "selected" : "" }} value="{{ $value }}">{{$label}}</option>