@extends('hello') @section('content') {{$users->links()}} @foreach($users as $user) @endforeach
Name Email Filme Kommentare Aktion
{{$user->name}} {{$user->email}} {{$user->films()->count()}} {{$user->comments()->count()}} @if($user->admin) @if($user->name != "Daniel") Rechte entziehen @else — @endif @else Zum Admin machen Löschen @endif
{{$users->links()}} @stop @section('title') Benutzerverwaltung ~ @stop