2017-10-07 12 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 
関連する問題