Merge branch 'main' of https://github.com/WDI-Ideas/cheerstothe_season_laravel11 into sayli
This commit is contained in:
@@ -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