Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 889c40f

Browse files
committed
Update form-label.blade.php
1 parent 64ffe1d commit 889c40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@if($label)
2-
<span class="text-gray-700">{{ $label }}</span>
2+
<span {!! $attributes->merge(['class' => 'text-gray-700']) !!}>{{ $label }}</span>
33
@endif

0 commit comments

Comments
 (0)