| Client Name : | {{ $client->txt_company }} | Report Generated : | {{ date('d-M-Y') }} |
| Report Period | {{ request('from_date') }} to {{ request('to_date') }} | ||
| Description | Count |
|---|---|
| {{ $row['name'] }} | {{ $row['count'] }} |
| Priority | Count |
|---|---|
| {{ $row['priority'] }} | {{ $row['total'] }} |
| Service | Tickets |
|---|---|
| {{ $row['service'] }} | {{ $row['total'] }} |
| ID | Subject | Service | Priority | Status | Assigned | Created | Updated | Hours |
|---|---|---|---|---|---|---|---|---|
| # {{ $ticket->int_ID }} | {{ $ticket->txt_subject }} | {{ $ticket->servicename }} | {{ $ticket->txt_priorityList }} | {{ $ticket->status }} | {{ $ticket->staffname }} | {{ date('d-M-Y',strtotime($ticket->date_created_at)) }} | {{ date('d-M-Y',strtotime($ticket->date_lastUpdate)) }} | {{ $ticket->txt_hrsSpent ?: '-' }} |
| Staff Name | Assigned Tickets | Complete | Open | onprocess | Hours Spent |
|---|---|---|---|---|---|
| {{ $agent['name'] }} | {{ $agent['assigned'] }} | {{ $agent['complete'] }} | {{ $agent['open'] }} | {{ $agent['onprocess'] }} | {{ $agent['hours'] }} |
| Priority | Total Tickets | complete | Open | onprocess |
|---|---|---|---|---|
| {{ $row['priority'] }} | {{ $row['total'] }} | {{ $row['complete'] }} | {{ $row['open'] }} | {{ $row['onprocess'] }} |
| Service Name | Total Tickets | complete | Open | onprocess | Hours Spent |
|---|---|---|---|---|---|
| {{ $row['service'] }} | {{ $row['total'] }} | {{ $row['complete'] }} | {{ $row['open'] }} | {{ $row['onprocess'] }} | {{ $row['hours'] }} |