| {{ $user->id }} |
{{ $user->name }} |
{{ $user->email }} |
@if ($user->is_admin)
@else
@endif
|
{{ $user->country_code . ' ' . $user->phone }} |
{{ $user->created_at->diffForHumans() }} |
{{ $user->updated_at->diffForHumans() }} |
Show
Edit
@if(auth()->user()->id !== $user->id)
Delete
@endif
|