home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

input-label.blade.php (162B)


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