1
0
cms11/resources/views/components/sound.blade.php

11 lines
342 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>