@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

@foreach($customers as $key=>$customer) @endforeach Add New Contact
@stop {{-- page level scripts --}} @section('footer_scripts') @stop