This commit is contained in:
sayliraut
2024-06-07 13:09:58 +05:30
2 changed files with 4 additions and 3 deletions

View File

@@ -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>

View File

@@ -1,8 +1,9 @@
@extends('Admin.layouts.master')
@section('content')
<?php $currentPage = 'manage-restaurant'; ?>
@php
$currentPage = 'manage-restaurant';
@endphp