LinkStack/resources/views/components/label.blade.php

6 lines
143 B
PHP
Raw Normal View History

2021-04-16 01:00:00 +02:00
@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
{{ $value ?? $slot }}
</label>