Skip to content

Commit 4c5dbeb

Browse files
committed
revert
1 parent 59dfd31 commit 4c5dbeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/bootstrap-5/card.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div class="card-body">
1515
@if(! empty($title))
16-
<x-forms::card.title :framework="$framework" :attributes="$title->attributes">
16+
<x-forms::card.title :framework="$framework">
1717
{{ $title }}
1818
</x-forms::card.title>
1919
@endif

resources/views/material-admin-26/card.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div class="card-body">
1515
@if(! empty($title))
16-
<x-forms::card.title :framework="$framework" :attributes="$title->attributes">
16+
<x-forms::card.title :framework="$framework">
1717
{{ $title }}
1818
</x-forms::card.title>
1919
@endif

0 commit comments

Comments
 (0)