mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Created home page info card component
Created home page info card component
This commit is contained in:
		
							parent
							
								
									897044f7db
								
							
						
					
					
						commit
						c154e2033a
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								resources/views/components/info-card.blade.php
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								resources/views/components/info-card.blade.php
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,13 @@
 | 
				
			||||||
 | 
					<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>
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue