@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('page-css') @endsection @section('content')
@if( ! \Auth::check()) @endif @include('admin.flash_msg')
@csrf @lang('app.ad') @lang('app.info') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! $errors->has('category')? '

'.$errors->first('category').'

':'' !!}
{!! $errors->has('ad_title')? '

'.$errors->first('ad_title').'

':'' !!}

@lang('app.great_title_info')

{!! $errors->has('ad_sub_title')? '

'.$errors->first('ad_sub_title').'

':'' !!}

@lang('app.great_sub_title_info')

{!! $errors->has('ad_description')? '

'.$errors->first('ad_description').'

':'' !!}

@lang('app.ad_description_info_text')

{{ get_option('currency_sign') }}
{!! $errors->has('price')? '

'.$errors->first('price').'

':'' !!}
{{ get_option('currency_sign') }}
{!! $errors->has('real_price')? '

'.$errors->first('real_price').'

':'' !!}
{!! $errors->has('begin_at')? '

'.$errors->first('begin_at').'

':'' !!}
{!! $errors->has('bid_deadline')? '

'.$errors->first('bid_deadline').'

':'' !!}
@lang('app.image')
{!! $errors->has('images')? '

'.$errors->first('images').'

':'' !!}
@lang('app.video')
{!! $errors->has('video_url')? '

'.$errors->first('video_url').'

':'' !!}

@lang('app.video_url_help')

@lang('app.video_url_help_for_modern_theme')

@lang('app.location_info')
{!! $errors->has('country')? '

'.$errors->first('country').'

':'' !!}

@lang('app.seller') @lang('app.info')
{!! $errors->has('seller_name')? '

'.$errors->first('seller_name').'

':'' !!}
{!! $errors->has('seller_email')? '

'.$errors->first('seller_email').'

':'' !!}
{!! $errors->has('seller_phone')? '

'.$errors->first('seller_phone').'

':'' !!}
{!! $errors->has('address')? '

'.$errors->first('address').'

':'' !!}

@lang('app.address_line_help_text')

@if(get_option('ads_price_plan') != 'all_ads_free')

@lang('app.payment_info')



{!! $errors->has('price_plan')? '

'.$errors->first('price_plan').'

':'' !!}
@if(get_option('enable_paypal') == 1)
@endif @if(get_option('enable_stripe') == 1) @endif {!! $errors->has('payment_method')? '

'.$errors->first('payment_method').'

':'' !!}
@endif @if(get_option('enable_recaptcha_post_ad') == 1)
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif
@endsection @section('page-js')