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

@ -20,8 +20,6 @@
@endforeach
@endif
@endpermission
@stack('header_button')
</div>
</div>
</div>

View File

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