mirror of
https://github.com/10h30/Test-Laravel-Auth-Basics.git
synced 2026-06-05 15:07:43 +09:00
6 lines
143 B
PHP
6 lines
143 B
PHP
@props(['value'])
|
|
|
|
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
|
|
{{ $value ?? $slot }}
|
|
</label>
|