@if(count((array) $result['todayGeneralReportForTicketsAssignedTo'])>0) @foreach ($result['todayGeneralReportForTicketsAssignedTo'] as $atVal) @endforeach @endif
Tickets Assigned to: {{date('d-m-Y', strtotime($result['currentDate']))}}
Name Total 911 (411) Update Activation Billing Collection Dispute Non Technical Reference Call Technical Termination
{{$atVal->first_name}} {{$atVal->last_name}} {{$atVal->total_tickets}} {{$atVal->nineUpdate}} {{$atVal->Activation}} {{$atVal->Billing}} {{$atVal->Collection}} {{$atVal->Dispute}} {{$atVal->Non_Technical}} {{$atVal->Reference_Call}} {{$atVal->Technical}} {{$atVal->Termination}}

 

@if(count((array) $result['todayGeneralReportForTicketsCreatedBy'])>0) @foreach ($result['todayGeneralReportForTicketsCreatedBy'] as $atVal) @endforeach @endif
Tickets Created By: {{date('d-m-Y', strtotime($result['currentDate']))}}
Name Total
{{$atVal->first_name}} {{$atVal->last_name}} {{$atVal->total_tickets}}

 

@if(count((array) $result['generalReportForOpportunitiesCreatedBy'])>0) @foreach ($result['generalReportForOpportunitiesCreatedBy'] as $alVal) @endforeach @endif
Opportunities Created By: {{date('d-m-Y', strtotime($result['currentDate']))}}
Name Total
{{$alVal->first_name}} {{$alVal->last_name}} {{$alVal->total_Opp}}

 

@if(count((array) $result['generalReportForNotesUpdatedBy'])>0) @foreach ($result['generalReportForNotesUpdatedBy'] as $alVal) @endforeach @endif
Notes Updated By : {{date('d-m-Y', strtotime($result['currentDate']))}}
Name Total
{{$alVal->first_name}} {{$alVal->last_name}} {{$alVal->total_notes}}