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

@lang('site.addAuction')

{{csrf_field()}}

@lang('site.addAuction')

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- اختر صور السلعه--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@lang('site.auctionTitle')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@lang('site.auctionDateTime')
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('time')) {{ $errors->first('time') }} @endif

@lang('site.auctionNotes')

@lang('site.selectAuctionType')

@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@lang('site.auctionDescription')
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@include('site.controllers.footer')