We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5168176 commit 0ae946fCopy full SHA for 0ae946f
src/views/panels/inner-card.blade.php
@@ -29,6 +29,6 @@
29
@endphp
30
31
32
-<div class="col-span-1 p-3 bg-white rounded shadow-md sm:p-5 dark:bg-gray-800">
+<div {{ $attributes->merge(['class'=>'p-3 bg-white rounded shadow-md sm:p-5 dark:bg-gray-800']) }}>
33
{{ $slot }}
34
</div>
0 commit comments