@extends('tenant.layouts.supervisor') {{-- Tilte Section --}} @section('title', 'Analytics') @section('filter') mdo @endsection {{-- Style Section --}} @section('style') @endsection {{-- Content Section --}} @section('content')
Analytics

Integrate all the data and insights into your workflow to create a more comprehensive of your customers.

Aggregate Ticket Resolution Time

Total Numbers Of Received Tickets is {{$received_tickets}}

mdo
{{ $new_tickets }}
New Tickets
mdo
{{ $in_progress_tickets }}
In Progress Tickets
mdo
{{ $pending_tickets }}
Pending Tickets
mdo
{{ $resolved_tickets }}
Resolved Tickets
mdo
{{ $closed_tickets }}
Closed Tickets

Received Trend Received

@endsection {{-- Script Section --}} @section('script') {{-- OnChange Date Filter --}} {{-- Aggregate Ticket Resolution Time Chart --}} @endsection