@extends('web.layouts.master') @section('title' , $category->name[\App::getLocale()]) @section('contents') {{-- {{csrf_field()}}--}} @lang('data.select_haraj') @foreach(\App\Models\Category::whereParentId(null)->get() as $s_category) {{$s_category->name[\App::getLocale()]}} @endforeach @if ($errors->has('grand_id')) {{ $errors->first('grand_id') }} @endif @lang('data.search') {{-- @csrf--}} @lang('data.search') @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[\App::getLocale()]}} @lang('data.see_all') @lang('data.only_new') @lang('data.nearest') @lang('data.select_city') @foreach(\App\Models\City::all() as $city) {{$city->name[App::getLocale()]}} @endforeach @include('web.data.data_search') @endsection @section('script') @endsection
@lang('data.see_all')
@lang('data.only_new')