@extends('layouts.mymaster') @section('title') @section('content')
{{ $post->title }}

{!! $post->body !!}

@endsection