Create Vehicle Model
{!! Form::open(['route'=>array('vehicle-model.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{{--
--}}
{!! Form::close() !!}
{!! Form::select("v_brand_id", [''=>'Select Brand']+$vehicleBrand, old("v_brand_id"), ['class'=>'form-control' ,'id' => 'product_id1','required'=>'required'] ) !!}
{{$errors->first('vehicle_model')}}
{{$errors->first('vehicle_year')}}
{{$errors->first('vehicle_type')}}
{{$errors->first('cylinder')}}