6 lines
203 B
PHP
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>
|