Created home page service tally card component

Created home page service tally card component
This commit is contained in:
cp6 2022-11-05 11:57:28 +11:00
parent c154e2033a
commit 237577074d

View File

@ -0,0 +1,8 @@
<div class="card">
<div class="card-body text-center shadow">
<div class="row">
<h3>{{ $tally }}</h3>
<h5><a href="{{$route}}" class="text-decoration-none">{{$service}}</a></h5>
</div>
</div>
</div>