Skip to content

Commit

Permalink
Merge pull request #83 from andes2912/Feature/improve-dashboard-customer
Browse files Browse the repository at this point in the history
Improve dashboard customer
  • Loading branch information
andes2912 authored Feb 3, 2022
2 parents 6f2e2cc + 124b18d commit 49f35bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/customer/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>
</div>
<div class="media-body my-auto">
<h4 class="font-weight-bolder mb-0"> 0 </h4>
<h4 class="font-weight-bolder mb-0"> {{Auth::user()->point}} </h4>
<p class="card-text font-small-1 mb-0">Point</p>
</div>
</div>
Expand Down

0 comments on commit 49f35bb

Please sign in to comment.