@php $countries = \App\Models\Country::get(); $country_global = \App\Models\Country::where('prefix', session('country'))->first(); $governorates = \App\Models\Governorate::getByCountry($country_global->id)->get(); $regions = \App\Models\Region::get(); @endphp @extends('front.front_layouts.main') @section('content') {{--@include('front.front_component.sale_category_slider')--}}
@include('front.front_component.alert')
@csrf
أضف صورة الشروة الرئيسية
أضف صور اخرى

بيانات المعلن

{{----}} {{----}}
@push('script') @endpush @stop