{{--

Electronics Category

--}}
condition == 'used' ? 'checked' : '' }}> {!! $errors->first('condition', '') !!}
condition == 'new' ? 'checked' : '' }}>
authenticity == 'Original' ? 'checked' : '' }}>
authenticity == 'Refurbished' ? 'checked' : '' }}>
{!! $errors->first('brand_id', '') !!}
{!! $errors->first('model', '') !!}
{!! $errors->first('edition', '') !!}
{{--
{!! $errors->first('features', '') !!}
--}} @if($ads?->hasManyFeatures) @foreach($ads?->hasManyFeatures as $feature)
{!! $errors->first('features', '') !!} @if(!$loop->first) @endif
@endforeach @else
{!! $errors->first('features', '') !!}
@endif