{!! Form::open(array('route'=>'tires.good-received-notes.store','id' => 'receive_tire_order_form', 'class' => 'stdform','method'=>'post')) !!}
{{--initial table--}}
@for($i=0;$i<$total_quantity;$i++) @endfor
Serial Number Size Price Condition Expected Km Brand Status Location
{!! Form::select('tire_condition_id[]', (['' => 'Select Condition'] + $condition ), null, ['class' => ' form-control','style' => 'width:100%']) !!}
{{--end of initial table--}}
{!! Form::close() !!}
{!! Form::select('tire_condition_id[]', (['' => 'Select Condition'] + $condition ), null, ['class' => ' form-control','style' => 'width:100%']) !!}