@extends('admin.layouts.default') {{-- Page title --}} @section('title') Portfolio @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')
@include('admin.layouts.CDP.cdp_menu')

{{$menu_info[0]['Sold_To_ID'] }} | {{$menu_info[0]['Sold_To_Name'] }}

Portfolio Development

@foreach($main_array as $ma_key => $ma_value)

@foreach ($ma_value['values'] as $row_key => $row_value) @if($row_value['totalVal']>0)

( 0 0%)

@foreach ($row_value['values'] as $chart_key => $chart_value) @if($chart_value['value']!=0)
->0%
@endif @if($chart_value['value']==0) @endif @endforeach
@endif @endforeach

0  EUR

@endforeach

Legend:

@foreach($legend_array['title'] as $key => $value)

@endforeach

Portfolio Development Table

@foreach($newEntries as $key => $value) @endforeach @foreach($main_array as $ma_key => $ma_value) @endforeach
Last Year 2021 Plan Current Year 2022 Plan Next Year 2023
Product Type PH1 Gross Sales (EUR) Share (%) Gross Sales (EUR) Share (%) Gross Sales (EUR) Share (%)
{{$value[0]['Prodh35_Head']}} {{number_format($value[0]['netsales_py']) }} {{number_format($value[0]['last']) . "%"}} {{number_format($value[0]['netsales_cy']) }} {{number_format($value[0]['current']) . "%"}} {{number_format($value[0]['rr_cy']) }} {{number_format($value[0]['next']) . "%"}}
Total{{number_format($ma_value['price'])}}
@stop {{-- page level scripts --}} @section('footer_scripts') @stop