@extends('admin.layouts.app') @section('content')
Manage administrators, managers and writers.
| Name | Role | Created | Actions | |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->role }} | {{ $user->created_at?->format('M d, Y h:i A') }} |
Edit
@if(auth()->id() !== $user->id)
@else
Current User
@endif
|
| No users found. | ||||