@extends('layouts.admin') @section('content')
Manage registered tenants in the system.
| # | Name | Phone | Registered | Status | |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ strtoupper(substr($tenant->name, 0, 1)) }}
{{ $tenant->name }}
|
{{ $tenant->email }} | {{ $tenant->phone ?? '—' }} | {{ $tenant->created_at->format('d M Y') }} | Active |
|
No tenants registered yet |
|||||