- Added standard Laravel directory structure and configuration. - Included Svelte and Tailwind configuration for the admin interface. - Added core PHPUnit and testing scripts.
2 lines
126 B
PHP
2 lines
126 B
PHP
<h{{ $level ?? 2 }}{!! !empty($aria_label) ? ' aria-label="' . e($aria_label) . '"' : '' !!}>{{ $text }}</h{{ $level ?? 2 }}>
|