@php //echo "
"; //print_r($GetTicketDetail); //echo ""; $i=0; $a=0; $b=0; $c=0; $d=0; $e=0; $f=0; $g=0; $h=0; @endphp
| S.no | Users | Total no of tickets Created Today | total No of tickets Created Today and Open | total No of tickets Created Today and Pending | total No of tickets Created Today and Assigned To | total No of tickets Created Today and Others | Total No of Tickets Created Today and Closed | Total No of Tickets Open | Total No of Tickets Closed Today |
|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$eachUserRecord->name}} | {{$eachUserRecord->TodayCreatedTicket}} | {{$eachUserRecord->TodayOpen}} | {{$eachUserRecord->TodayPending}} | {{$eachUserRecord->TodayAssigned}} | {{$eachUserRecord->TodayOthers}} | {{$eachUserRecord->TodayClosed}} | {{$eachUserRecord->TotalOpenTicket}} | {{$eachUserRecord->TotalClosedTicket}} |
| {{$a}} | {{$b}} | {{$c}} | {{$d}} | {{$e}} | {{$f}} | {{$g}} | {{$h}} | ||