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

Customer Mirror

@include('admin.cdp_contact_form')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop