Edit File: input-label.blade.php
@props(['value']) <label {{ $attributes->merge(['class' => 'block font-medium text-sm text-black']) }}> {{ $value ?? $slot }} </label>
Back