8 lines
		
	
	
		
			180 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			180 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @props(['status'])
 | |
| 
 | |
| @if ($status)
 | |
|     <div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600 dark:text-green-400']) }}>
 | |
|         {{ $status }}
 | |
|     </div>
 | |
| @endif
 |