@extends('layout') @section('page-title', $post->title) @section('content')
@foreach($post->categories as $category) {{ $category->name }} @endforeach
{{ date_format($post->updated_at, 'F d, Y') }}
{{ $post->title }}
{{ $post->title }}

{{ $post->content }}

{{ $post->content }}

{{ $post->content }}

@endsection