@extends('admin.layouts.default') {{-- Page title --}} @section('title') @lang('CDP/cdp_qualitative_targets.page_title') @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'] }}

{{ csrf_field() }} {{ method_field('PUT') }} @include('admin.cdp_edit_action_form')
@stop {{-- page level scripts --}} @section('footer_scripts') {{-- @if(!$disable)--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} @stop