@lang('site.adTitle')
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('main_category_id'))
{{ $errors->first('main_category_id') }}
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('car_type'))
{{ $errors->first('car_type') }}
@endif
@if ($errors->has('year'))
{{ $errors->first('year') }}
@endif
@lang('mobile')
@lang('site.givePrice')
price_show == 'true') checked @endif>
price_show == 'false') checked @endif>
@if ($errors->has('price_show'))
{{ $errors->first('price_show') }}
@endif