@php $aboutLink = collect($staticLinks)->firstWhere('id', 'about'); $contactLink = collect($staticLinks)->firstWhere('id', 'contact'); $servicesLabel = $navLabel('services', 'Solutions and Services'); $industriesLabel = $navLabel('industries', 'Business Types'); $portfolioLabel = $navLabel('portfolio', 'Our Portfolio'); $languageLabel = $navLabel('region_and_language', 'Region and language'); $languages = $languages ?? []; $currentLocale = $currentLocale ?? app()->getLocale(); $logoHref = $logoHref ?? config('dynamic-nav-megamenu.parent_href', '/'); $iconPath = $iconPath ?? asset('images/criazo-icon.svg'); $wordmarkPath = $wordmarkPath ?? asset('images/criazo-wordmark.svg'); @endphp
{{ $languageLabel }}
{{ $servicesLabel }}
{{ $navLabel('discover', 'Discover') }}
@if(! empty($moreLinks)){{ $navLabel('more', 'More') }}
@endif {{ __('messages.nav.learn_more_about', ['name' => $group['label']]) }}{{ $industriesLabel }}
{{ $navLabel('discover', 'Discover') }}
@if(! empty($specialtyItems)){{ $navLabel('specialties', 'Specialties') }}
@endif {{ __('messages.nav.learn_more_about', ['name' => $section['label']]) }}{{ $portfolioLabel }}