forgotten code line spaces

This commit is contained in:
batuhanbas
2020-01-23 18:15:27 +03:00
parent 3fede31773
commit c3ec2e51e0
3 changed files with 23 additions and 27 deletions

View File

@ -25,9 +25,7 @@
</div>
@endforeach
@stack('pagination_start')
@stack('pagination_start')
@php
$review_first_item = count($reviews->data) > 0 ? ($reviews->current_page - 1) * $reviews->per_page + 1 : null;
$review_last_item = count($reviews->data) > 0 ? $review_first_item + count($reviews->data) - 1 : null;