@extends('layouts.dashboard') @section('title', 'Analytics') @section('page-title', 'Analytics & Reports') @section('content')
Performance Overview
7 Days 30 Days 90 Days
{{ $successRate }}%
SMS Success Rate
Daily Calls
Daily SMS
Top Users by Call Volume
@foreach($topUsersByCalls as $index => $user) @endforeach
# User Email Total Calls Actions
{{ $index + 1 }} {{ $user->name }} {{ $user->email }} {{ $user->call_logs_count }} View Details
@endsection @push('scripts') @endpush