1
0
cms11/resources/views/components/sound.blade.php
2024-05-09 16:48:54 +02:00

11 lines
344 B
PHP

<figure>
<audio controls preload="metadata">
<source src="{{ $originalUrl }}" type="audio/mpeg" />
</audio>
<figcaption class="markdown-body">
@if (!empty($originalData['title']))
{!! (new \App\Services\Markdown\Formatter($originalData['title']))->render() !!}
@endif
</figcaption>
</figure>