@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('تعديل اعلان ')}} @csrf @method('PUT') {{awtTrans('صورة الاعلان ')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ trans('user.cover') }}--}} {{-- --}} {{-- --}} {{-- --}} {{awtTrans('تاريخ الانتهاء')}} {{awtTrans('حالة الاعلان')}} {{awtTrans('اختر الحالة')}} is_active == 'true' ? 'selected' : ''}} value="true">{{awtTrans('مفعل')}} is_active == 'false' ? 'selected' : ''}} value="false">{{awtTrans('غير مفعل')}} {{-- --}} {{-- --}} {{-- {{awtTrans('العنوان بالعربية')}}--}} {{-- --}} {{-- {{$row->getTranslations('title')['ar']??''}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{awtTrans('العنوان بالانجليزية')}}--}} {{-- --}} {{-- {{$row->getTranslations('title')['en']??''}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{awtTrans('الوصف بالعربية')}}--}} {{-- --}} {{-- {{$row->getTranslations('content')['ar']}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{awtTrans('الوصف بالانجليزية')}}--}} {{-- --}} {{-- {{$row->getTranslations('content')['en']}}--}} {{-- --}} {{-- --}} {{-- --}} {{awtTrans('تعديل')}} {{awtTrans(' رجوع ')}} @endsection @section('js') {{-- submit edit form script --}} @include('admin.shared.submitEditForm') {{-- submit edit form script --}} {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} @endsection