15 lines
		
	
	
		
			338 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			338 B
		
	
	
	
		
			PHP
		
	
	
	
<table class="panel panel-{{$type ?? 'default'}}" width="100%" cellpadding="0" cellspacing="0" role="presentation">
 | 
						|
<tr>
 | 
						|
<td class="panel-content">
 | 
						|
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
 | 
						|
<tr>
 | 
						|
<td class="panel-item">
 | 
						|
{{ Illuminate\Mail\Markdown::parse($slot) }}
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
</table>
 | 
						|
</td>
 | 
						|
</tr>
 | 
						|
</table>
 | 
						|
 |