12 lines
		
	
	
		
			198 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			198 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @php
 | |
|     $slot_isHtml = strlen(strip_tags($slot)) < strlen($slot);
 | |
| 
 | |
|     $slot_is_string = strval(strlen($slot));
 | |
| @endphp
 | |
| 
 | |
| <div>
 | |
|     <div data-title-truncate>
 | |
|         {!! $slot !!}
 | |
|     </div>
 | |
| </div>
 |