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

4 lines
126 B
PHP
Raw Normal View History

@props(['name'])
<div class="chat-other markdown-body">{!! (new \App\Services\Markdown\Formatter($slot))->render() !!}</div>