Files
timebank-cc-public/resources/views/components/jetstream/label.blade.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

6 lines
203 B
PHP

@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-theme-primary']) }}>
{!! html_entity_decode($value ?? $slot, ENT_QUOTES | ENT_HTML5, 'UTF-8') !!}
</label>