@extends('base') @php $parse = new Parsedown(); @endphp @section('content')

{{$post->title}}

{!! $parse->text($post->md) !!}

Para posts antiguos, ve al archivo @endsection