mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			341 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			341 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<div class="card">
 | 
						|
    <div class="card-body text-center shadow">
 | 
						|
        <div class="row">
 | 
						|
            <h4>
 | 
						|
               {{$value}}
 | 
						|
                @if(isset($append))
 | 
						|
                    <small class="text-muted">{{$append}}</small>
 | 
						|
                @endif
 | 
						|
            </h4>
 | 
						|
            <p>{{$title}}</p>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 |