@extends('layouts.master') @section('title') {{ $post->title }} | @parent @stop @section('content')

{{ $page->title }}

{!! $page->body !!}
Back to post list

{{ $post->title }}

{{ $post->created_at->format('d-m-Y') }} {!! $post->content !!}