@extends('front.index') @section('meta_title'){{trans('frontAdv.add_new_ads')}} @endsection @section('meta_des'){{trans('frontAdv.add_new_ads')}} @endsection @section('meta_key'){{trans('frontAdv.add_new_ads')}} @endsection @section('content') {{csrf_field()}} {{trans('frontAdv.title')}} {{trans('frontAdv.name_en')}} {{trans('frontAdv.description_ar')}} {{trans('frontAdv.description_en')}} {{trans('frontAdv.main_image')}} {{trans('frontAdv.price')}} {{trans('frontAdv.Selectcountry')}} {{trans('frontAdv.Selectcountry')}} @foreach($countries as $country) {{$country->name}} @endforeach {{trans('frontAdv.Selectcity')}} {{trans('frontAdv.Selectcity')}} {{trans('frontAdv.SelectCategory')}} {{trans('frontAdv.SelectCategory')}} @foreach($Categories as $category) {{$category->name}} @endforeach {{trans('frontAdv.subSelectCategory')}} {{trans('frontAdv.subSelectCategory')}} {{trans('frontAdv.addressy')}} {{trans('frontAdv.piece')}} {{trans('frontAdv.email')}} {{trans('frontAdv.mobile')}} اضف العنوان من الخريطة {{-- --}} {{-- --}} {{-- --}} {{-- {{trans('frontAdv.Images')}}--}} {{-- {{trans('frontAdv.UploadPictures')}}--}} {{-- {{trans('frontAdv.more4')}}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{trans('frontAdv.image_single')}}--}} {{-- --}} {{-- {{trans('frontAdv.add')}} --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{trans('frontAdv.add_ads')}} @include('front.home.brands') @endsection