This commit is contained in:
Malibu
2015-02-17 22:39:53 +01:00
parent fe630d6683
commit 484e5f86ca
3 changed files with 61 additions and 4 deletions

View File

@ -33,7 +33,7 @@
<td>{{$user->lastname}}</td>
<td>{{$user->email}}</td>
<td>{{$user->city}}</td>
@if ($user->admin == 0)
@if ($user->droits == 0)
<td>Référent</td>
@else
<td>Admin</td>