@extends('web.layouts.master') @section('contents') {{-- {{csrf_field()}}--}} @lang('data.select_haraj') @foreach(\App\Models\Category::whereParentId(null)->get() as $category) {{$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($home_categories as $cat) @endforeach @foreach($banners as $banner) @if($i == 1) @else @endif @endforeach @lang('data.all') @foreach($taps_categories as $tap_category) {{$tap_category->name[\App::getLocale()]}} @endforeach @lang('data.all') @lang('data.see_all') @lang('data.only_new') @lang('data.select_city') @foreach(\App\Models\City::all() as $city) {{$city->name[App::getLocale()]}} @endforeach @include('web.data.data_search') @stop @section('script') @stop
@lang('data.see_all')
@lang('data.only_new')