mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
15 lines
361 B
PHP
15 lines
361 B
PHP
<div
|
|
x-cloak
|
|
@class(['comments-modal', 'is-compact' => $compact ?? false, 'is-left' => $left ?? false, 'is-bottom' => $bottom ?? false])
|
|
{{ $attributes }}
|
|
>
|
|
@isset($title)
|
|
<p class="comments-modal-title">
|
|
{{ $title }}
|
|
</p>
|
|
@endisset
|
|
<div class="comments-modal-contents">
|
|
{{ $slot }}
|
|
</div>
|
|
</div>
|