{!! Form::select('brand_id', (['' => 'Select Tyre Brands'] + $tire_brands), $purchase->brand_id, ['class' => 'chzn-select form-control','style' => 'width:350px']) !!}
{!! Form::select('vendor_id', (['' => 'Select Vendors'] + $vendors), $purchase->vendor_id, ['class' => 'chzn-select form-control','style' => 'width:350px']) !!}
@foreach($purchase->tires as $tire) @endforeach
Serial Number Tyre Size Price Condition Expected Km Description
{!! Form::select('tyre_condition[]', (['' => 'Select Condition'] + $condition ), $tire->condition, ['class' => 'chzn-selected form-control','style' => 'width:150px']) !!}