{{--

Vehicles

--}} @php $fuel_type = config()->get('static_array.fuel_type') ?? []; $body_type = config()->get('static_array.body_type') ?? []; $_category = request()->get('category'); @endphp
{!! $errors->first('brand_id', '') !!}
{!! $errors->first('model', '') !!}
condition == 'new' ? 'checked' : '' }}>
condition == 'used' ? 'checked' : '' }}>
condition == 'reconditioned' ? 'checked' : '' }}>
{!! $errors->first('condition', '') !!}
{!! $errors->first('edition', '') !!}
{!! $errors->first('vehicle_manufacture', '') !!}
{!! $errors->first('vehicle_engine_capacity', '') !!}
@foreach ($fuel_type as $key => $f_type)
@endforeach
{!! $errors->first('vehicle_fule_type', '') !!}
hasOneAdsInfo?->vehicle_transmission == 'Manual' ? 'checked' : '' }}>
hasOneAdsInfo?->vehicle_transmission == 'Automatic' ? 'checked' : '' }}>
hasOneAdsInfo?->vehicle_transmission == 'Other vehicle transmission' ? 'checked' : '' }}>
{!! $errors->first('vehicle_transmission', '') !!}
{!! $errors->first('vehicle_body_type', '') !!}
{!! $errors->first('registration_year', '') !!}