@extends('base') @php $parse = new Parsedown(); @endphp @section('content') {{$post->title}} {!! $parse->text($post->md) !!}