@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) && $subCats->has($iCat->id)) @endif
-
@if (isset($subCats) && $subCats->has($iCat->id))
@foreach ($subCats->get($iCat->id) as $iSubCat)
- {{ $iSubCat->name }}
- {{ $SubiSubCat->name }}
- {{ $innerSubiSubCat->name }} @endforeach @endif
-
@if (isset($subCats) && $subCats->has($iSubCat->id))
@foreach ($subCats->get($iSubCat->id) as $SubiSubCat)
-
@if (isset($subCats) && $subCats->has($SubiSubCat->id))
@foreach ($subCats->get($SubiSubCat->id) as $innerSubiSubCat)
{{ t('list_of_cities_in') }} {{-- {{ config('country.name') }} --}} {{"CA"}}
@foreach ($cities as $key => $cols)
-
@foreach ($cols as $j => $city)
- {{ $city->name }} @endforeach