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
commit 548210d613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 27 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8; charset=ISO-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8; charset=ISO-8859-1"/>
<title>@yield('title') - @setting('company.name')</title>

View File

@ -1,5 +1,5 @@
@stack('header_start')
<div id="header" class="header pb-6">
<div id="header" class="header pb-6">
<div class="container-fluid content-layout">
<div class="header-body">
<div class="row py-4 align-items-center">
@ -20,12 +20,10 @@
@endforeach
@endif
@endpermission
@stack('header_button')
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@stack('header_end')

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;