@extends('layouts.app') @php use Illuminate\Support\Str; @endphp @section('content')
{!! Str::markdown($content) !!}
@endsection