@extends('layouts.main_investor') @section('content')
notify icon

@lang('site.If you have a problem adding your ad, please call us')

{{-- {{ dd($aqar) }} --}}
@if (empty($aqar))
@else @endif {{-- --}} {{ csrf_field() }} @if (!empty($aqar)) @method('put') @endif
@if (empty($aqar))

@lang('site.add')

@else

@lang('site.edit') @lang('site.ad_number') ({{ $aqar->id ?? '' }})

@endif
@include('partials._errors')
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
( @lang('site.mandatory') )
@foreach ($categories as $cat)
category_id != null && $aqar->category_id == $cat->id) checked @endif />
@endforeach
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif

@lang('site.choose_price')

fixed_price != null) checked @endif />
fixed_price)) checked @endif />

@lang('site.choose_ads_main_image')

( @lang('site.pictures_containing_logo_or_phone_number_will_not_be_accepted') )

@lang('site.images')

( @lang('site.pictures_containing_logo_or_phone_number_will_not_be_accepted') )
@if (!empty($aqar)) @foreach (explode(',', $aqar->images) as $img)
x
@endforeach @endif

@lang('site.choose_the_appropriate_video')

( @lang('site.videos_containing_logo_or_phone_number_will_not_be_accepted') )
(@lang('site.You must upload a video with MP4 extension'))
@if (!empty($aqar)) @endif @if ($errors->has('videos')) {{ $errors->first('videos') }} @endif
( @lang('site.phone_number_is_not_accepted') )
( @lang('site.phone_number_is_not_accepted') )
@if ($errors->has('policy_place')) {{ $errors->first('policy_place') }} @endif
@endsection @section('scripts') @endsection