@extends('layouts.master') @section('content')

News {{HTML::link('news/create', 'Neuer Eintrag', array('class'=>'button tiny right')) }}

@foreach($news as $n) @endforeach
Titel Veröffentlicht
{{$n->headline}} @if($n->published) Ja @else Nein @endif
@stop @section('pagejs') @stop