@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_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') . '

' : '' !!}

Pick a good 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') . '

' : '' !!}
new_bids > 0 ? 'checked' : '' }} value="yes">
{!! $errors->has('new_bids') ? '

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

' : '' !!}
@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')


@endsection @section('page-js')