StateDone
This commit is contained in:
@@ -195,9 +195,9 @@
|
||||
</a>
|
||||
</li> --}}
|
||||
@endif
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-contact-us'))
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-contact-us'))
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-contact') {
|
||||
if ($currentPage == 'manage-contact-us') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="4">
|
||||
@@ -209,8 +209,8 @@
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-location'))
|
||||
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-state'))
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-location') {
|
||||
echo 'active';
|
||||
@@ -333,52 +333,48 @@
|
||||
</li>
|
||||
@endif
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-reports-analysis'))
|
||||
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-reports') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="5">
|
||||
<a href="{{ route('manage.reports') }}" data-active="5">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/admin 2.svg') }}" />
|
||||
<span class="text">Manage Reports</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-reports') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="5">
|
||||
<a href="{{ route('manage.reports') }}" data-active="5">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/admin 2.svg') }}" />
|
||||
<span class="text">Manage Reports</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-feedback'))
|
||||
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-feedback') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="6">
|
||||
<a href="{{ route('manage.feedback') }}" data-active="6">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/Group 51242.svg') }}" />
|
||||
<span class="text">Manage Feedback</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-feedback') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="6">
|
||||
<a href="{{ route('manage.feedback') }}" data-active="6">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/Group 51242.svg') }}" />
|
||||
<span class="text">Manage Feedback</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-notification'))
|
||||
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-notification') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="6">
|
||||
<a href="{{ route('manage.notification') }}" data-active="6">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/Vector(1).svg') }}" />
|
||||
<span class="text">Manage Notification</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-notification') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="6">
|
||||
<a href="{{ route('manage.notification') }}" data-active="6">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/Vector(1).svg') }}" />
|
||||
<span class="text">Manage Notification</span>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
||||
<!-- <li class="tooltip-element <?php
|
||||
|
||||
Reference in New Issue
Block a user