We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec4c68 commit e871e00Copy full SHA for e871e00
resources/views/panel/index.blade.php
@@ -108,7 +108,7 @@
108
<div class="row">
109
<div class="col-sm-12">
110
111
-
+@if(auth()->user()->role == 'admin' && !config('linkstack.single_user_mode'))
112
<!-- Section: Design Block -->
113
<section class="mb-3 text-gray-800 text-center p-4 w-full">
114
<div class='font-weight-bold text-left h3'>Site statistics:</div><br>
@@ -138,7 +138,6 @@
138
</div>
139
140
141
- @if(auth()->user()->role == 'admin' && !config('linkstack.single_user_mode'))
142
<div class="col-lg-12">
143
<div class="card rounded">
144
<div class="card-body">
0 commit comments