= $post->headline() ?>
= $post->summary() ?>
= $user->role()->title() ?>
children()->sortBy('date', 'desc')->paginate(5);
// Nach Kategorie (Tag) filtern
if ($tag = param('tag')) {
$posts = $posts->filterBy('tags', $tag, ',');
}
?>
= $post->summary() ?>
= $user->role()->title() ?>
= $post->headline() ?>