@extends('admin/layouts/default') {{-- Page title --}} @section('title') Growth map @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Growth map (CDP Basis)

@include("admin.layouts.grow.growFilters")

Growth map Table

@foreach($segmentsvalues as $segment) @endforeach @include("admin.layouts.grow.displaySelectedFilters")
Market Segment Total Demand CY (EUR) Non-CDP CDP CAGR {{$year-1}} {{$year}} {{$year + 1}} {{$year + 2}} {{$year + 3}}
{{ $segment["segmentName"] }} {{ $segment["total_demand_cy"] }} {{ $segment["noncdp"] }} {{ $segment["cdp"] }} {{ $segment["cagr"] }} {{ $segment["gross_sales_py"] }} {{ $segment["cdp"] }} {{ $segment["cy1"] }} {{ $segment["cy2"] }} {{ $segment["cy3"] }}
Total {{ $total->total_demand_cy}} {{ $total->noncdp }} {{ $total->cdp }} {{ $total->cagr }} {{ $total->gross_sales_py }} {{ $total->cdp }} {{ $total->cy1 }} {{ $total->cy2 }} {{ $total->cy3 }}
@stop @section('footer_scripts') {{-- --}} @stop