@extends('layouts.admin') @section('title', 'System Overview') @section('header_title', 'System Intelligence Dashboard') @section('content')
| Establishment | Ownership Identity | Sport Type | System Audit | Received On | Operations |
|---|---|---|---|---|---|
|
{{ $club->name }}
{{ Str::limit($club->address, 40) }}
|
{{ $club->owner->name }} | {{ $club->sport->name ?? 'Mixed' }} | Awaiting Audit | {{ $club->created_at->format('M d, H:i') }} | |
| All venue registration requests have been audited and cleared. | |||||
| User Profile | Role | Status |
|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->email }}
|
{{ ucfirst($user->role) }} | Live |