@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('brand')? '

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

':'' !!}

@lang('app.skip_brand_text')

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

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

':'' !!}

@lang('app.great_title_info')

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

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

':'' !!}

@lang('app.ad_description_info_text')

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

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

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

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

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

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

':'' !!}
@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.is_any_where_in_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('enable_google_maps') == '1')

@lang('app.map_click_help')

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

@lang('app.payment_info')



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

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

':'' !!}
{!! $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') @if(get_option('enable_google_maps') == '1') @endif