Admin Lists
| S/N | Name | Username | Phone | Type | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $counter }} | {{ $item->name }} | {{ $item->username }} | {{ $item->email }} | {{ $item->phone }} | {{ Str::ucfirst($item->role) }} | {{ Str::ucfirst($item->status) }} |
|
@php $page = 'admins' @endphp @extends('includes.layout') @section('content')
| S/N | Name | Username | Phone | Type | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $counter }} | {{ $item->name }} | {{ $item->username }} | {{ $item->email }} | {{ $item->phone }} | {{ Str::ucfirst($item->role) }} | {{ Str::ucfirst($item->status) }} |
|