input-label.blade.php 143 B

12345
  1. @props(['value'])
  2. <label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
  3. {{ $value ?? $slot }}
  4. </label>