Created home page info card component

Created home page info card component
This commit is contained in:
cp6 2022-11-05 11:57:17 +11:00
parent 897044f7db
commit c154e2033a

View 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>