@extends('admin.layouts.master') @section('title', 'Admin Dashboard') @section('content')
System Administration Console

Welcome back, {{ Auth::user()->name ?? Auth::user()->username }}

Ahmadu Bello University Distance Learning Centre Result & Student Management Portal.

{{ number_format($userCount) }}
Registered Accounts
{{ number_format($resultCount) }}
Result Records
{{ number_format($roleCount) }}
System Roles
{{ number_format($unreadMessagesCount) }}
Unread Tickets

User Accounts

Create, search, filter, and manage student and staff user profiles, reset credentials, and assign roles.

Upload Results

Import batch examination score sheets from Excel/CSV files into the central result repository.

Publish Results

Review uploaded semester results, publish results for student access, or retract for audit.

Support Tickets

Review and respond to student complaints regarding missing or incomplete examination results.

Portal Operations Summary

Welcome to the official Ahmadu Bello University Distance Learning Centre Administrative Result Portal. All database queries, user management operations, and result publication workflows are running under optimized server parameters with active index scans.

Security & Performance Active
Database queries are paginated via Yajra DataTables with server-side limit offsets.

Server Health

Environment PHP 8.4 Active
Framework Laravel 7.30
Memory Limit 512 MB
Query Optimization Indexed (Yajra DT)
@endsection