@extends('admin.layouts.default') {{-- Page title --}} @section('title') Overview CDPs @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')
CDP PLAN

OVERALL CDP STATUS

Cdp status

Percent of Sales with CDP

@{{percent_sales_cdp | formatNumber}}%

No of CDPs

@{{total_cdps}}

{{--
--}} {{----}} {{--Open chart in full screen.--}} {{--
--}}
QUALITATIVE TARGETS
(only approved CDP's)

Number of Targets

@{{total_targets}}

{{----}}

@{{ status.title }}: @{{status.value}}

ACTIVITIES
(only approved CDP's)

Number of Activities

@{{total_activities}}

On Track: @{{activities_on_track}}

{{\App\Models\Status::getStatusName(\App\Models\Status::OBSOLETE)}}: @{{activities_obsolete}}

Overdue: @{{activities_overdue}}

{{\App\Models\Status::getStatusName(\App\Models\Status::CLOSED)}}: @{{activities_closed}}

OPPORTUNITIES

FINANCIAL TARGET ACHIEVEMENT CDP {{$year}}

SALES RR vs TARGET
{{--

Running Rate--}}

Target

VALUE ADDED

CM2 % PERFORMANCE

Target

CM2 RR vs TARGET

Target
@stop {{-- page level scripts --}} @section('footer_scripts') {{----}} {{----}} {{----}} @stop