@extends('layouts.bootstrap') @section('title', 'Agent Dashboard') @section('content')
Welcome back, {{ Auth::user()->name }}! Here's your performance overview.
Tickets Resolved
Last 30 daysAvg Satisfaction
Out of 5.0Avg Resolution Time
Last 30 daysPerformance Score
Overall ratingTickets Resolved Today
Comments Added
Avg Resolution Time
Today's Score
| Ticket ID | Title | Priority | Status | Created | Actions |
|---|---|---|---|---|---|
| #{{ $ticket->id }} |
{{ Str::limit($ticket->title, 40) }}by {{ $ticket->user->name }} |
{{ ucfirst($ticket->priority) }} | {{ ucfirst($ticket->status) }} | {{ $ticket->created_at->diffForHumans() }} | View |
You don't have any tickets assigned to you at the moment.
{{ $activity->activity_description }}
{{ \Carbon\Carbon::parse($activity->activity_time)->diffForHumans() }}No recent activity