@extends('web.layouts.master') @section('title' , $category->name[\App::getLocale()]) @section('contents') @csrf اختر الحراج @foreach(\App\Models\Category::whereParentId(null)->get() as $single_category) {{$single_category->name[\App::getLocale()]}} @endforeach @if ($errors->has('grand_id')) {{ $errors->first('grand_id') }} @endif فحص @csrf بحث @if ($errors->has('search')) {{ $errors->first('search') }} @endif @foreach(\App\Models\Category::where(['status'=>'active', 'parent_id'=>\App\Models\Setting::first()->value('category_id') ])->get() as $cat) @endforeach @foreach($key_words as $key_word) {{$key_word->name[\App::getLocale()]}} @endforeach {{$category->name['ar']}} مشاهدة الجميع جديد فقط الأقرب اختر المدينة @foreach(\App\Models\City::all() as $city) {{$city->name[App::getLocale()]}} @endforeach @include('web.data.data_search') @endsection @section('script') @endsection
مشاهدة الجميع
جديد فقط