close #489 Added: App store vote & reviews
This commit is contained in:
@ -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)
|
||||
({{ $module->total_review }})
|
||||
@endif
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
@if ($module->price == '0.0000')
|
||||
|
Reference in New Issue
Block a user