@include('site.controllers.upper-header') @include('site.controllers.header')

@lang('site.addNewAd')

@csrf
@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('site.mobile')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@lang('site.givePrice')


@lang('site.adText')
@include('site.controllers.footer')