@extends('layout.app') @section('content')
{!! $post->title !!}

@if (isset($post->image))
@endif {!! $post->body !!}
@endsection