Skip to content

Commit e871e00

Browse files
committed
Update index.blade.php
1 parent 0ec4c68 commit e871e00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/panel/index.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="row">
109109
<div class="col-sm-12">
110110

111-
111+
@if(auth()->user()->role == 'admin' && !config('linkstack.single_user_mode'))
112112
<!-- Section: Design Block -->
113113
<section class="mb-3 text-gray-800 text-center p-4 w-full">
114114
<div class='font-weight-bold text-left h3'>Site statistics:</div><br>
@@ -138,7 +138,6 @@
138138
</div>
139139
</div>
140140

141-
@if(auth()->user()->role == 'admin' && !config('linkstack.single_user_mode'))
142141
<div class="col-lg-12">
143142
<div class="card rounded">
144143
<div class="card-body">

0 commit comments

Comments
 (0)