@extends('frontend.layouts.main', array('body_class' => 'no-header climate-journey' )) @section('content')
heroImage->filename, '1920x1080') }} data-image-mobile="{{ getMediaUrl($data->heroImageMobile->filename, '640x1136') }}" data-image-desktop="{{ getMediaUrl($data->heroImage->filename, '1920x1080') }}">

{{ $data->hero_pretitle }}
{{ $data->hero_title }}

{!! $data->hero_subtitle !!}
@foreach($data->journeyBlocks as $i => $block)
heroImage->filename, '1920x1080') }} data-image-desktop={{ getMediaUrl($block->heroImage->filename, '1920x1080') }} data-image-mobile={{ getMediaUrl($block->heroImageMobile->filename, '640x828') }} >

{{ $block->title }}

@include("frontend.templates.icons.journey-{$block->icon_name}")
{!! $block->short_description !!}
{{ $block->image_title }}
@if(!empty($block->image_cta)) @endif
@endforeach
{{ $data->end_title }}
{!! $data->end_content !!}
@if(!empty($data->end_cta)) {!! generateLink($data->end_cta, 'std-button blue-button') !!} @endif
@include("frontend.templates.icons.sdw")
@include("frontend.templates.icons.journey")
@foreach($data->journeyBlocks as $i => $block)
@include("frontend.templates.icons.journey-{$block->icon_name}")
@for($slideIdx = 1; $slideIdx < 4; $slideIdx++) @if(!empty($block->$detailTitle))

{{ $block->$detailTitle }}

{!! $block->$detailDescription !!}
@if(!empty($block->$detailCta)) {!! generateLink($block->$detailCta, 'std-button blue-button') !!} @endif
@endif @endfor
@if($slideCount > 1)
@for($dotI = 0; $dotI < $slideCount; $dotI++) @endfor
@endif
@endforeach
{{ $data->mobile_menu_title }}
@stop