@if ($errors->has('brand')) {{ $errors->first('brand') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
fuel_type == BrandsModel::FUEL_TYPE_DIESEL)? 'checked=""' : ''}} />
fuel_type == BrandsModel::FUEL_TYPE_ELECTRIC) ? 'checked=""' : ''}}>
fuel_type == BrandsModel::FUEL_TYPE_PETROL) ? 'checked=""' : ''}}>
@if ($errors->has('fuel_type')) {{ $errors->first('fuel_type') }} @endif
transmission == BrandsModel::TRANSMISSION_AUTOMATIC) ) ? 'checked=""' : ''}}>
transmission == BrandsModel::TRANSMISSION_MANUAL) )? 'checked=""' : ''}}>
@if ($errors->has('transmission')) {{ $errors->first('transmission') }} @endif
@if ($errors->has('km_driven')) {{ $errors->first('km_driven') }} @endif
@if ($errors->has('no_of_owner')) {{ $errors->first('no_of_owner') }} @endif