Sommer Style, Avatare, Duplikate
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Name</th>
|
||||
<th>Email</th>
|
||||
<th>Filme</th>
|
||||
@@ -15,6 +16,7 @@
|
||||
</tr>
|
||||
@foreach($users as $user)
|
||||
<tr>
|
||||
<td><img class="img-circle" src="{{$user->getAvatar()}}" width="32"></td>
|
||||
<td>{{$user->name}}</td>
|
||||
<td>{{$user->email}}</td>
|
||||
<td>{{$user->films()->count()}}</td>
|
||||
|
Reference in New Issue
Block a user