Created home page service tally card component
Created home page service tally card component
This commit is contained in:
parent
c154e2033a
commit
237577074d
8
resources/views/components/service-tally-card.blade.php
Normal file
8
resources/views/components/service-tally-card.blade.php
Normal 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>
|
Loading…
Reference in New Issue
Block a user