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

6 lines
164 B
PHP

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