@php use App\Helpers\SeoHelper; $locale = app()->getLocale(); $localizedRoute = function($routeName, $params = []) use ($locale) { return SeoHelper::localizedRoute($routeName, $params, $locale); }; $stickyTitle = $stickyCtaTitle ?? __('messages.services.get_started_now'); $stickyContactUrl = $stickyCtaContactUrl ?? $localizedRoute('contact.index'); $stickySimulateUrl = $stickyCtaSimulateUrl ?? null; $stickyServiceSlug = $stickyCtaServiceSlug ?? null; $editorial = ! empty($editorial); @endphp @if($editorial) @else @endif