Market Position Chart
Size (CY)
Market Growth (CY vs PY)
Share of Wallet(PY)
--}}
{{--
--}}
SoW incl CDP(CY+3)
--}} {{-- --}} {{--Market Position Table
@foreach($segmentsValues as $segment)
{{-- --}}
@endforeach
{{-- --}}
@include("admin.layouts.grow.displaySelectedFilters")
{{ $dimensionName }} | Size (CY) | Market Growth (CY vs PY) | Share Of Wallet (PY) | |
---|---|---|---|---|
{{ $segment->segmentName }} | {{ $segment->size }} | {{ $segment->marketGrowth }}% | {{ $segment->shareOfWallet }}% | sowCDP > $segment->shareOfWallet ) style=" background-color: #00b050;border :none" @endif @if($segment->sowCDP <= $segment->shareOfWallet ) style="background-color: #ff0000;border :none"@endif >--}} {{-- {{ $segment->sowCDP }}%--}} {{-- |
Total | {{ $totalSize }} | {{ $totalMarketGrowth }}% | {{ $totalShareOfWallet }}% | $totalShareOfWallet ) style="background-color: #00b050;border :1px solid #00b050"@endif @if($totalSowCDP <= $totalShareOfWallet ) style="background-color: #ff0000 ;border :1px solid #ff0000"@endif >--}} {{-- {{ $totalSowCDP }}%--}} {{-- |