Users
Name | User Type | ||
---|---|---|---|
@if($currentUser->can('user-update') || $currentUser->id == $user->id) @endif {{$user->name}} @if($currentUser->can('user-update') || $currentUser->id == $user->id) @endif | {{$user->email}} | {{ $user->role->display_name }} |
@extends('base') @section('content')
Name | User Type | ||
---|---|---|---|
@if($currentUser->can('user-update') || $currentUser->id == $user->id) @endif {{$user->name}} @if($currentUser->can('user-update') || $currentUser->id == $user->id) @endif | {{$user->email}} | {{ $user->role->display_name }} |