8 lines
220 B
PHP
8 lines
220 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'col-md-4 col-form-label text-md-end text-start']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|
|
|
|
{{--'block font-medium text-sm text-gray-700 dark:text-gray-300'--}}
|