@extends('user::layouts.backend-master') @section('breadcrumb_title', 'Users') @section('content')
| Name | Phone | Username | Actions | ||
|---|---|---|---|---|---|
{{ $user->name }}{{ $user->getMeta('designation') }} |
{{ $user->email }} | {{ $user->getMeta('phone') ?? 'N/A' }} | {{ $user->username }} |
@include('backend::components.show-button', [
'route' => route('admin.requested.author.show', $user->id),
])
@include('backend::components.delete-button', [
'id' => $user->id,
])
|
|
| No users found | |||||