@extends('layouts.default') @section('title') {{ $post->title }} @stop @section('top')
Post Created: {!! html_ago($post->created_at) !!}
Last Updated: {!! html_ago($post->updated_at) !!}
Post Owner: {!! $post->owner !!}
Post Created: {!! html_ago($post->created_at) !!}
Last Updated: {!! html_ago($post->updated_at) !!}
Edit Post Delete Post{!! $post->summary !!}
Author: {!! $post->author !!}
{!! $post->summary !!}
Author: {!! $post->author !!}
@if (Config::get('credentials.regallowed')) Please login or register to post a comment. @else Please login to post a comment. @endif
@endauth
There are currently no comments.
@else @foreach ($comments as $comment) @include('posts.comment') @endforeach @endif