Sunday, March 19, 2017

Unable to enter to other tabs metronic (laravel 5.3)

I am Using Metronic Admin theme i have an issue when i enters in notifications Management tab after that i am unable to select other tabs whats going wrong please help ..

Sidebar code is as

<li class="nav-item  ">
            <a href="javascript:;" class="nav-link nav-toggle">
                <i class="fa fa-wrench"></i>
                <span class="title">Notifications Management</span>
                <span class="arrow"></span>
                <span class=""></span>
            </a>
            <ul class="sub-menu">
                <li class="nav-item  ">
                    <a href="/setting/notification" class="nav-link ">
                        <span class="title">Notifications</span>
                </a>
                </li>
          </ul>
       </li>

Route Is as

Route::resource('/setting/notification', 'NotificationController');

Once i enters in this tab its remain open and i am unable to go to any other Please help where i am going wrong

Thanks



via recovery men

Advertisement