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

@lang('site.editAd')

@csrf

@lang('site.editAd')

@lang('site.choseImages')
@lang('site.oldImages')
@foreach($ad->images as $image) @endforeach
@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')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@lang('site.givePrice')
price_show == 'true') checked @endif> price_show == 'false') checked @endif>
@if ($errors->has('price_show')) {{ $errors->first('price_show') }} @endif

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