]> git.localhorst.tv Git - alttp.git/blob - resources/views/components/label.blade.php
add discord auth
[alttp.git] / resources / views / components / label.blade.php
1 @props(['value'])
2
3 <label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
4     {{ $value ?? $slot }}
5 </label>