@if (session()->has('message'))
@endif
@includeFirst([config('larapen.core.customizedViewPath') . 'sections.spacer', 'sections.spacer'])
@if (isset($cities))
@includeFirst([config('larapen.core.customizedViewPath') . 'sections.spacer', 'sections.spacer'])
@endif
@includeFirst([config('larapen.core.customizedViewPath') . 'layouts.inc.social.horizontal', 'layouts.inc.social.horizontal'])
{{ session('message') }}
@endif
@if (session()->has('flash_notification'))
@include('flash::message')
{{ t('sitemap') }}
{{ t('list_of_categories_and_sub_categories') }}
@foreach ($cats as $key => $col)
@foreach ($col as $iCat)
@php
$randomId = '-' . substr(uniqid(rand(), true), 5, 5);
@endphp
@endforeach
@endforeach
{{ $iCat->name }} @if (isset($iCat->children) && $iCat->children->count() > 0) @endif
-
@if (isset($iCat->children) && $iCat->children->count() > 0)
@foreach ($iCat->children as $iSubCat)
- {{ $iSubCat->name }} @endforeach @endif
{{ t('list_of_cities_in') }} {{ config('country.name') }}
@foreach ($cities as $key => $cols)
-
@foreach ($cols as $j => $city)
- {{ $city->name }} @endforeach