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

{{trans('site.editAd')}}

{{csrf_field()}}

{{trans('site.editAd')}}

{{trans('site.uploadImages')}}
@lang('site.oldImages')
@foreach($row->images as $image) @endforeach
{{trans('site.auctionTitle')}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
{{trans('site.auctionDateTime')}}
@if ($errors->has('time')) {{ $errors->first('time') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif @if ($errors->has('date')) {{ $errors->first('date') }} @endif

{{trans('site.auctionNotes')}}

@lang('site.selectAuctionType')
type == 'normal' ? 'checked' : ''}} type="radio" id="male" name="type" value="normal"> type == 'direct' ? 'checked' : ''}} type="radio" id="female" name="type" value="direct">
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
{{trans('site.auctionDescription')}}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@include('site.controllers.footer')