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

4 lines
126 B
PHP

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