mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
5 lines
162 B
PHP
5 lines
162 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700 dark:text-gray-300']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|