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