mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Created home page info card component
Created home page info card component
This commit is contained in:
parent
897044f7db
commit
c154e2033a
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…
Reference in New Issue
Block a user