tweak form title

This commit is contained in:
samy
2025-06-17 09:32:46 -10:00
parent 64eece8ec2
commit 3c5d0e7d57
@@ -1,5 +1,5 @@
@props(['title'])
<h2 class="card-title text-3xl font-bold">
<h2 {{ $attributes->merge(['class' => 'text-3xl font-bold']) }}>
{{ $title }}
</h2>