1
0
cms11/resources/views/components/chat/other.blade.php

4 lines
139 B
PHP
Raw Normal View History

@props(['name'])
2024-05-11 16:35:34 +02:00
<div class="chat-other markdown-body">{!! (new \App\Services\Markdown\Formatter($slot, $mainBundle))->render() !!}</div>