{{ $label }}
{{ $homeText('industries.for_industry', ['industry' => $label]) }}
@extends('layouts.dynamic-megamenu-test') @php $homeText = function (string $key, array $replace = []) use ($homeContent) { $value = data_get($homeContent, $key, data_get($homeContent, 'copy.' . $key, '')); foreach ($replace as $placeholder => $replacement) { $value = str_replace(':' . $placeholder, $replacement, (string) $value); } return $value; }; @endphp @section('title', 'Dynamic Nav Megamenu Test — Home') @section('meta_description', 'Hidden test page for Dynamic Navigation with reimagined megamenu.') @section('page-content')
{{ $homeText('hero.subheadline') }}
{{ $homeText('industries.description') }}
{{ $homeText('industries.for_industry', ['industry' => $label]) }}
{{ $homeText('portfolio.description') }}
{{ $project['category'] ?? 'Case study' }}
{{ $homeText('why.description_1') }} {{ $homeText('why.highlight_1') }} {{ $homeText('why.description_2') }}
{{ $homeText('why.description_3') }}
{{ $value['description'] }}