@extends('layouts.app') @section('title', 'Admin Dashboard') @section('content')
{{ $stats['total_tickets'] }}
{{ $stats['open_tickets'] }}
{{ $stats['in_progress_tickets'] }}
{{ $stats['closed_tickets'] }}
By: {{ $ticket->user->name }} Created: {{ $ticket->created_at->format('M d, Y H:i') }}