@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('page-css') @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@csrf @lang('app.ad') @lang('app.info')
{!! $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('condition')? '

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

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

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

':'' !!}

Pick a good price.

@if($ad->category_type == 'jobs' && $ad->job)


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

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

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

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

':'' !!}

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

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

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

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

':'' !!}

@lang('app.apply_instruction_info_text')

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

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

':'' !!}
@endif @if($ad->category_type == 'cars_and_vehicles' && $ad->cars_and_vehicles)

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

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

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

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

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

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

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

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

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

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

':'' !!}
@endif @lang('app.image')
@if($ad->media_img->count() > 0) @foreach($ad->media_img as $img) @endforeach @endif
{!! $errors->has('images')? '

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

':'' !!}
{!! $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').'

':'' !!}

@if($ad->category_type == 'jobs')

@lang('app.is_any_where_in_country')

@endif @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
@endsection @section('page-js') @if(get_option('enable_google_maps') == '1') @endif