@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{awtTrans('اضافه اعلان ')}} @csrf {{awtTrans('صورة الاعلان ')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ trans('user.cover') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{awtTrans('العنوان بالعربية')}} {{awtTrans('العنوان بالانجليزية')}} {{awtTrans('تاريخ الانتهاء')}} {{awtTrans('اضافة')}} {{awtTrans(' رجوع ')}} @endsection @section('js') {{-- submit add form script --}} @include('admin.shared.submitAddForm') {{-- submit add form script --}} {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} @endsection