Merge pull request #1178 from batuhawk/master

Forgotten code line spaces
This commit is contained in:
Batuhan Baş
2020-01-23 18:17:08 +03:00
committed by GitHub
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;