@extends('front.layout.app') @section('page_title','اضافة اعلانك') @section('content') @include('front.layout.profile-side') @if(session()->has('success')) {{session()->get('success')}} @endif تعديل اعلان @csrf {{$post->descr}} حدد التصنيف القسم الرئيسي @foreach(\App\Models\Category::where('hide',0)->where('cat_id',0)->get() as $cat) id == $post->cat_id) selected="selected" @endif value="{{$cat->id}}">{{$cat->name_ar}} @endforeach @if($post->sub_cat_id && $post->subCategory) {{$post->subCategory->name_ar}} @endif العنوان اختر الدولة @foreach(\App\Models\Country::all() as $country) id == $post->country_id) selected ="selected" @endif value="{{$country->id}}">{{$country->name_ar}} @endforeach {{$post->city->name_ar?? ""}} {{$post->region->name_ar?? ""}} السعر نوع الاعلان tajeer_or_sell) checked="checked" @endif id="radio_1" value="1" > اعلان للبيع tajeer_or_sell) checked="checked" @endif name="tajeer_or_sell" value="0" id="radio_2">اعلان للايجار نوع الاعلان حدد الوسائل التي سيتواصل بها العملاء معك لهذا الاعلان has_phone) checked="checked" @endif >اتصال هاتفي has_wts) checked="checked" @endif id="checkbox_2" name="has_wts" >واتس اب has_chat) checked="checked" @endif type="checkbox" id="checkbox_3" name="has_chat" >محادثة اعدادات نشر الاعلان لاأرغب باظهار اسم المستخدم بالاعلان duration_use_name) checked="checked" @endif id="radio_yes" value="1"> نعم duration_use_name) checked="checked" @endif id="radio_no" value="0"> لا استخدم رقم جوالي المسجل في التواصل duration_use) checked="checked" @endif name="duration_use" id="radio_yes_mob"> نعم duration_use) checked="checked" @endif name="duration_use" id="radio_no_mob"> لا رفع صورة الاعلان الرئيسية ارفع صورة او فيديو الاعلان صور الاعلان @if($post->prodImage) @foreach($post->prodImage as $key=> $item) @endforeach @endif ارفع صورة او فيديو الاعلان تعديل الاعلان @include('front.layout.profile-side-mobile') @if(session()->has('success')) {{session()->get('success')}} @endif تعديل اعلان @csrf {{$post->descr}} حدد التصنيف القسم الرئيسي @foreach(\App\Models\Category::where('hide',0)->where('cat_id',0)->get() as $cat) id == $post->cat_id) selected="selected" @endif value="{{$cat->id}}">{{$cat->name_ar}} @endforeach @if($post->sub_cat_id && $post->subCategory) {{$post->subCategory->name_ar}} @endif العنوان اختر الدولة @foreach(\App\Models\Country::all() as $country) id == $post->country_id) selected ="selected" @endif value="{{$country->id}}">{{$country->name_ar}} @endforeach {{$post->city->name_ar?? ""}} {{$post->region->name_ar?? ""}} السعر نوع الاعلان tajeer_or_sell) checked="checked" @endif id="radio_1" value="1" > اعلان للبيع tajeer_or_sell) checked="checked" @endif name="tajeer_or_sell" value="0" id="radio_2">اعلان للايجار نوع الاعلان حدد الوسائل التي سيتواصل بها العملاء معك لهذا الاعلان has_phone) checked="checked" @endif >اتصال هاتفي has_wts) checked="checked" @endif id="checkbox_2" name="has_wts" >واتس اب has_chat) checked="checked" @endif type="checkbox" id="checkbox_3" name="has_chat" >محادثة اعدادات نشر الاعلان لاأرغب باظهار اسم المستخدم بالاعلان duration_use_name) checked="checked" @endif id="radio_yes" value="1"> نعم duration_use_name) checked="checked" @endif id="radio_no" value="0"> لا استخدم رقم جوالي المسجل في التواصل duration_use) checked="checked" @endif name="duration_use" id="radio_yes_mob"> نعم duration_use) checked="checked" @endif name="duration_use" id="radio_no_mob"> لا رفع صورة الاعلان الرئيسية ارفع صورة او فيديو الاعلان صور الاعلان @if($post->prodImage) @foreach($post->prodImage as $key=> $item) @endforeach @endif ارفع صورة او فيديو الاعلان تعديل الاعلان @endsection @section('scripts') @endsection