{{$tire_positions[$i]->name}}
|
{!! Form::select('tires_id[]',
(['' => 'Select Tire Serial Number '] + $tires),
null,
['class' => 'chzn-select form-control','style' => 'width:200px']) !!}
|
{!! Form::select('brand_id[]',
(['' => 'Select Tyre Brands'] + $tire_brands),
null,
['class' => 'chzn-select1 form-control','style' => 'width:150px;margin-bottom: 0;margin-top: 10px']) !!}
|
@endif
@endfor