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

5 lines
80 B
PHP

@props(['value'])
<label {{ $attributes }}>
{{ $value ?? $slot }}
</label>