@foreach($dataList as $list)
{!! $CommonPresenter -> getStatisticsType($statistics_type, $list,$customerList , $accountList, $organizationCusShowList, $companyList, $productList, $productTypeList, $quotationTypeList, $adTypeList) !!}
{{ $list -> quotation_count }}
{{ $list -> order_count }}
{!! $CommonPresenter -> getPercent($list -> order_percent) !!}
{{ $list -> big_order_count }}
{!! $CommonPresenter -> getPercent($list -> big_order_percent) !!}
{{ $countDataList['STATISTICS_TYPE'] }}
{{ $countDataList['quotation_count'] }}
{{ $countDataList['order_count'] }}
{!! $CommonPresenter -> getPercent($countDataList['order_percent']) !!}
{{ $countDataList['big_order_count'] }}
{!! $CommonPresenter -> getPercent($countDataList['big_order_percent']) !!}