@if (session()->has('message'))
@endif
@includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.spacer'])
@if (isset($cities))
@includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.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)
@endforeach
@endforeach
{{ $iCat->name }} @if (isset($subCats) and $subCats->has($iCat->id)) @endif
-
@if (isset($subCats) and $subCats->has($iCat->id))
@foreach ($subCats->get($iCat->id) 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