@extends('hello') @section('content') {{ $filme->links() }} @foreach($filme as $film) @endforeach
Titel Stimmen Vorgeschlagen am Vorgeschlagen von
{{ HTML::link('film/' . $film->id, $film->name) }} votes()->where('stimme', true)->count(); $np = $film->votes()->where('stimme', false)->count(); ?>
{{$vp}} von {{$vp + $np}} (dafür)
{{$np}} von {{$vp + $np}} (dagegen)
{{ \Carbon\Carbon::parse($film->vorgeschlagen)->format('d.m.Y')}} {{ $film->besitzer->name }}
{{ $filme->links() }} @stop @section('title') Vorschläge ~ @stop @section('script') @stop