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

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

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

@lang('site.add')

@else

@lang('site.edit') @lang('site.Ads No') ({{ $car->id ?? '' }})

@endif
@include('partials._errors')
( @lang('site.mandatory') ) @if ($errors->has('city_id')) {{ $errors->first('city_id') }} return View(); @endif
( @lang('site.mandatory') ) @if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
( @lang('site.mandatory') ) @if ($errors->has('sub_category_id')) {{ $errors->first('sub_category_id') }} @endif
{{-- {{dd($car)}} --}} @if (!empty($car)) @else @endif
@if (empty($car)) {{-- {{dd("dd")}} --}} {{-- --}} {{-- --}} {{-- --}} @else @endif

@lang('site.choose_price')

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

اختر الصورة الرئيسية للاعلان

( @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($car)) @foreach (explode(',', $car->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 ($errors->has('videos')) {{ $errors->first('videos') }} @endif
( @lang('site.phone_number_is_not_accepted') )
{{-- --}}
( @lang('site.phone_number_is_not_accepted') )
{{-- type="button" onclick="confirmAction('stop',{{$aqar->id}},'@lang('site.stop ads')','error')" --}}
@endsection @section('scripts') @endsection