Admin Data Management

This page is used to display and manage administrator accounts that have access to the clinic system. Through this page, the superAdmin can add new admin accounts, update existing account information, and deactivate admin accounts when necessary.

Admin Data

@foreach ($showAdmin as $i => $a) {{-- --}} @endforeach
No Name Email Phone Created At Action
{{ $i + 1 }}. {{ $a->fullname }} {{ $a->email }} 0{{ $a->phone_num ?? '-' }} {{ \Carbon\Carbon::parse($a->create_date)->format('d F Y') ?? '-' }}test