Initial commit
This commit is contained in:
5
resources/views/components/jetstream/label.blade.php
Normal file
5
resources/views/components/jetstream/label.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
@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>
|
||||
Reference in New Issue
Block a user