Files
ntspi-app/resources/views/vendor/filament/components/section/heading.blade.php
T
2026-03-20 21:47:02 +05:00

6 lines
152 B
PHP
Executable File

<h3
{{ $attributes->class(['fi-section-header-heading text-base font-semibold leading-6 text-gray-950 dark:text-white']) }}
>
{{ $slot }}
</h3>