@extends('admin.layouts.default') {{-- Page title --}} @section('title') @lang('CDP/cdpList.page_title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

@lang('CDP/cdpList.table_title')

@lang('CDP/cdpList.add_new_cdp')

@lang('CDP/cdpList.actions') @lang('CDP/cdpList.cdp_no') @lang('CDP/cdpList.entry_date') @lang('CDP/cdpList.owner') @lang('CDP/cdpList.customer_soldTo') @lang('CDP/cdpList.entity_ID') @lang('CDP/cdpList.customer_number') @lang('CDP/cdpList.customer_group') @lang('CDP/cdpList.country') @lang('CDP/cdpList.globalRegion') @lang('CDP/cdpList.region') @lang('CDP/cdpList.quantitative_targets') @lang('CDP/cdpList.competitive_landscape') @lang('CDP/cdpList.kbf') @lang('CDP/cdpList.qualitative_targets') @lang('CDP/cdpList.opportunities') @lang('CDP/cdpList.customer_mirror') @lang('CDP/cdpList.css_actions')
@stop {{-- page level scripts --}} @section('footer_scripts') {{-- --}} {{-- --}} @stop