@extends('admin.layouts.default') @section('title') CSS Development @parent @stop @section('header_styles') @stop @section('content')
@include('admin.layouts.CDP.cdp_menu')

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

Customer Satisfaction Survey Development

{{-- --}} {{-- --}} {{-- --}} {{-- --}}
Overall Rating Current Survey Overall Rating Previous Survey
9-10
Active Advocate
Strong Relationship
{{$data['active_advocate_cs']}} {{$data['active_advocate_ps']}}
8
Active
Healthy Relationship
{{$data['active_cs']}} {{$data['active_ps']}}
7
Passive Supporter
Secure
{{$data['passive_supporter_cs']}} {{$data['passive_supporter_ps']}}
5-6
Passive Detractor
Disengaged
{{$data['passive_detractor_cs']}} {{$data['passive_detractor_ps']}}
1-4
Active Detractor
Business at risk
{{$data['active_detractor_cs']}} {{$data['active_detractor_ps']}}
@stop {{-- page level scripts --}} @section('footer_scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @stop