Why is that (+) sign generates an error "Unsupported operand types" Anyone could tell me why?If so,What is the correct way?
<div class="form-group">
{!! Form::select('category',
(['0' => 'Select Province'] + $location),
null,
['class' => 'form-control']) !!}
</div>
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire