@if(count((array) $detailsData['todayGeneralReportForTicketsAssignedTo'])>0) @foreach ($detailsData['todayGeneralReportForTicketsAssignedTo'] as $atVal) @endforeach @endif
Tickets Assigned to: @if(!empty($detailsData['currentDate'])) {{ date('d-m-Y', strtotime($detailsData['currentDate'])) }} @else {{ $detailsData['dateRange'] }} @endif
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) $detailsData['todayGeneralReportForTicketsCreatedBy'])>0) @foreach ($detailsData['todayGeneralReportForTicketsCreatedBy'] as $atVal) @endforeach @endif
Tickets Created By: @if(!empty($detailsData['currentDate'])) {{ date('d-m-Y', strtotime($detailsData['currentDate'])) }} @else {{ $detailsData['dateRange'] }} @endif
Name Total
{{ $atVal->first_name }} {{ $atVal->last_name }} {{ $atVal->total_tickets }}

 

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

 

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