5 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@props(['value'])
 | 
						|
 | 
						|
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
 | 
						|
    {{ $value ?? $slot }}
 | 
						|
</label>
 |