8 lines
		
	
	
		
			150 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <h2>{{ $setting['name'] }}</h2>
 | |
| 
 | |
| @if ($setting['description'])
 | |
|     <div class="well well-sm">
 | |
|         {{ $setting['description'] }}
 | |
|     </div>
 | |
| @endif
 |