@foreach($tires as $index=>$tire)
S/N Tire ID Action Date Move To Remarks
{{++$index}} {{$tire->tire->serial_number}}
New Tire Details
Brand Condition Size Serial Number
{!! Form::select('brand_id', (['' => 'Select Tyre Brands'] + $tire_brands), null, ['class' => 'chzn-select form-control','style' => 'width:350px']) !!} {!! Form::select('tyre_condition[]', (['' => 'Select Condition'] + $condition ), null, ['class' => 'chzn-selected form-control','style' => 'width:150px']) !!}
@endforeach