10 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @if (! empty($left) && $left->isNotEmpty())
 | |
|     {!! $left !!}
 | |
| @endif
 | |
| 
 | |
| @if (! empty($right) && $right->isNotEmpty())
 | |
|     {!! $right !!}
 | |
| @endif
 | |
| 
 | |
| {!! $slot !!}
 |