mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
book cases added
This commit is contained in:
14
resources/views/vendor/comments/components/modal.blade.php
vendored
Normal file
14
resources/views/vendor/comments/components/modal.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user