lernschiff/resources/views/components/input-label.blade.php

6 lines
154 B
PHP

@props(['value'])
<label {{ $attributes->merge(['class' => 'block text-sm font-medium text-text-secondary mb-1']) }}>
{{ $value ?? $slot }}
</label>