@if(!empty(make_list)) {!! Form::select('make_id', $make_list, null, ['class' => 'form-select', 'placeholder'=>'Select Make Name') !!} @endif