close #489 Added: App store vote & reviews

This commit is contained in:
cuneytsenturk
2018-09-14 12:17:25 +03:00
parent 901a409f4f
commit 9fe3d9b940
4 changed files with 70 additions and 1 deletions

View File

@ -30,7 +30,15 @@
<div class="box-footer">
<div class="pull-left">
{{ $module->vendor_name }}
@for($i = 1; $i <= $module->vote; $i++)
<i class="fa fa-star fa-lg"></i>
@endfor
@for($i = $module->vote; $i < 5; $i++)
<i class="fa fa-star-o fa-lg"></i>
@endfor
@if ($module->total_review)
&nbsp; ({{ $module->total_review }})
@endif
</div>
<div class="pull-right">
@if ($module->price == '0.0000')