classify admin
This commit is contained in:
9
resources/views/vendor/installer/components/label.blade.php
vendored
Normal file
9
resources/views/vendor/installer/components/label.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<label
|
||||
for="{{ $attributes->get('for') }}"
|
||||
class="block font-medium leading-5 text-gray-700 pb-2"
|
||||
>
|
||||
{{ $slot }}
|
||||
@if($attributes->get('required', false))
|
||||
<span class="text-red-400">*</span>
|
||||
@endif
|
||||
</label>
|
||||
Reference in New Issue
Block a user