Sommer Style, Avatare, Duplikate

This commit is contained in:
2015-10-21 07:02:29 +02:00
parent 62d4c32d53
commit 0de0eefa37
10 changed files with 475 additions and 392 deletions

View File

@@ -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>