@extends('frontend.layouts.main', array('body_class' => ($project->slides->isEmpty() ? 'no-header' : ''), 'scripts' => array( path_asset('path.frontend.js_path') . '/view/gallerydetail.js', path_asset('path.frontend.js_path') . '/view/gallerydetailmobile.js', path_asset('path.frontend.js_path') . '/view/slider_switcher.js', path_asset('path.frontend.js_path') . '/custom_marker.js' ), 'metaData' => $metaData, 'objectEmbeds' => $objectEmbeds)) @section('content')
@if(!$project->slides->isEmpty()) @endif
@include('frontend.templates.components.share_button_small') @if($project->brochure && !empty($project->brochure->pardot_url)) $project->brochure->title, "url" => $project->brochure->pardot_url ])) }}" data-controller="components/form-modal" data-popupid="download-modal" > @endif
@if($project->slides->isEmpty())

{{$project->title}}

@endif @if($project->slides->isEmpty() && $project->cobenefits->count() > 0)
@foreach($project->cobenefits as $projectCobenefit)
{!! getMediaImg($projectCobenefit->cobenefit->iconDark, '80x80', htmlspecialchars($projectCobenefit->cobenefit->title)) !!}
{{$projectCobenefit->cobenefit->title}}

{{$projectCobenefit->title}}

{{$projectCobenefit->mesure}}

@endforeach
@endif @if($project->objective)
{!! strip_tags($project->objective, '') !!}
@endif {!! $project->content !!}
@if($project->testimonials->count() > 0)

What our clients say

South Pole has more than 10 years' experience providing sustainability solutions, and has identified, assessed, designed, developed and managed Tailor-Made Emission Reduction Projects for numerous companies.

@include('frontend.templates.components.testimonials_slider', ['testimonials' => $project->testimonials])
@endif
@include('frontend.templates.components.related_footer', array('title' => trans('frontend.further_reading')))
@stop