Files
starter-kit/resources/views/components/form/main-title.blade.php
T
2025-06-13 10:48:20 -10:00

5 lines
84 B
PHP

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