mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Permission update
This commit is contained in:
@@ -25,7 +25,13 @@
|
||||
<td>{{$item->created_at}}</td>
|
||||
<th><span class="badge badge-pill badge-{{$item->typeColor()}}">{{$item->type}}</span></th>
|
||||
<th><span class="badge badge-pill badge-{{$item->result}} text-uppercase">{{$item->result}}</span></th>
|
||||
<td>{{\App\User::find($item->user_id)->fullname()}}</td>
|
||||
@if($item->user_id == 0)
|
||||
<td>Utilisateur non authentifié</td>
|
||||
@elseif(\App\User::find($item->user_id))
|
||||
<td>{{\App\User::find($item->user_id)->fullname()}}</td>
|
||||
@else
|
||||
<td>Utilisateur inconnu</td>
|
||||
@endif
|
||||
<td><a href="">{{$item->event}}</a></td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user