@extends('layouts.app') @section('title', 'Post') @section('content')

ประกาศ

{{ $post->title }}

{!! $post->content !!}
@endsection