restActive
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
</li> --}}
|
||||
@if (Auth::guard('admin')->user()->getPermissionGranted(Auth::guard('admin')->user()->id, 'manage-restaurant'))
|
||||
<li class="tooltip-element <?php
|
||||
if ($currentPage == 'manage-vouchers') {
|
||||
if ($currentPage == 'manage-restaurant') {
|
||||
echo 'active';
|
||||
}
|
||||
?>" data-tooltip="3">
|
||||
@@ -218,7 +218,7 @@
|
||||
?>" data-tooltip="4">
|
||||
<a href="{{ route('manage_location') }}" data-active="4">
|
||||
<div class="icons">
|
||||
<img src="{{ asset('public/assets/img/call(1) 3.svg') }}" />
|
||||
<img src="{{ asset('public/assets/img/location.png') }}" />
|
||||
<span class="text">Manage States</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
@extends('Admin.layouts.master')
|
||||
|
||||
@section('content')
|
||||
<?php $currentPage = 'manage-restaurant'; ?>
|
||||
|
||||
@php
|
||||
$currentPage = 'manage-restaurant';
|
||||
@endphp
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user