{!! Helper::thousandsNumberFormat($campaign_count) !!}
{!! Helper::thousandsNumberFormat($template_count) !!}
{!! Helper::thousandsNumberFormat($news_count) !!}
Total News
{!! Helper::thousandsNumberFormat($total_news_share) !!}
Total News Share
{!! Helper::thousandsNumberFormat($faebook_share_count) !!}
Total News Share
{!! Helper::thousandsNumberFormat($twitter_tweet_count) !!}
tweets
{!! Helper::thousandsNumberFormat($whatsapp_share_count) !!}
Share
Top 10 Campaigns & Templates
@foreach($top_campaign_list as $top_campaign) @if($top_campaign->newslink_count > 0) @endif @endforeach
Campaign News Count
Created At: {{date('F jS, Y',strtotime($top_campaign->created_at))}}
{!! Helper::thousandsNumberFormat($top_campaign->newslink_count) !!}
@foreach($top_template_list as $top_template) @if($top_template->newslink_count > 0) @endif @endforeach
Template Title News Count
Created At: {{date('F jS, Y',strtotime($top_template->created_at))}}
{!! Helper::thousandsNumberFormat($top_template->newslink_count) !!}


Top 10 User
@foreach($top_user_list as $user_list) @if($user_list->newslink_count > 0) @endif @endforeach
User Company News Count
Registered: {{date('F jS, Y',strtotime($user_list->created_at))}}
{{$user_list->dealers->name}} {!! Helper::thousandsNumberFormat($user_list->newslink_count) !!}