@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('تعديل اعلان ')}} @csrf @method('PUT') {{awtTrans('صورة الاعلان ')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ trans('user.cover') }}--}} {{-- --}} {{-- --}} {{-- --}} {{awtTrans('العنوان بالعربية')}} {{$row->getTranslations('title')['ar']??''}} {{awtTrans('العنوان بالانجليزية')}} {{$row->getTranslations('title')['en']??''}} {{ awtTrans('تاريخ الانتهاء') }} {{-- --}} {{-- --}} {{-- {{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