{!! Form::label('row_material_id', 'No. Part:') !!} {!! Form::select('row_material_id', $rowMaterials, empty($suppliersReleasesEvaluation)? null : $suppliersReleasesEvaluation->row_material_id , ['class' => 'form-control select_tow', 'id' => 'row_material_id']) !!}