label.blade.php 142 B

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