We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f09d4 commit 59dfd31Copy full SHA for 59dfd31
resources/views/bootstrap-5/card.blade.php
@@ -13,7 +13,7 @@
13
14
<div class="card-body">
15
@if(! empty($title))
16
- <x-forms::card.title :framework="$framework">
+ <x-forms::card.title :framework="$framework" :attributes="$title->attributes">
17
{{ $title }}
18
</x-forms::card.title>
19
@endif
resources/views/material-admin-26/card.blade.php
0 commit comments