@extends('layouts.default') @section('title') Blog @stop @section('top')
@if (count($posts) == 0) There are currently no blog posts. @else Here you may find our blog posts: @endif
{!! $post->summary !!}
Show Post @auth('blog') Edit Post Delete Post @endauth