Files
2025-06-17 09:32:46 -10:00

5 lines
106 B
PHP

@props(['title'])
<h2 {{ $attributes->merge(['class' => 'text-3xl font-bold']) }}>
{{ $title }}
</h2>