@extends('layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Admin Dashboard') @section('content')
Here's your system overview and recent activities.
No users found
New user registrations will appear here{{ $ticket->student->user->name ?? $ticket->student->user->username ?? 'Unknown Student' }}
{{ Str::limit($ticket->description, 100) }}
No complaint tickets found
New complaint tickets will appear here