redirect/resources/views/vendor/jetstream/components/label.blade.php

6 lines
143 B
PHP
Raw Normal View History

2022-10-22 08:16:05 +00:00
@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
{{ $value ?? $slot }}
</label>