@if ($errors->has('brand'))
{{ $errors->first('brand') }}
@endif
@if ($errors->has('year'))
{{ $errors->first('year') }}
@endif
@if ($errors->has('fuel_type'))
{{ $errors->first('fuel_type') }}
@endif
@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