2017-10-07 3 views
0
This is app.php 

'HTML' => Illuminate\Support\Facades\Html\HtmlFacade::class, 
      'Form' => Collective\Html\FormFacade::class, 

this is view 
      {!! Form::select('country', ['' => 'Select'] +$countries,'',array('class'=>'form-control','id'=>'country','style'=>'width:350px;'));!!} 
    i m getting Unsupported operand types in the code 
i m getting Unsupported operand types in the code 
i m getting Unsupported operand types in the code 
i m getting Unsupported operand types in the code 

메신저지원되지 않는 피연산자 유형

답변

0

당신 ' 자리가없는 플러스가 있습니다.

['' => 'Select'] +$countries 
관련 문제