When Sogou clicks the management link and then clicks the column in the left menu bar, he often jumps to display the name of the management project that he clicked last time.

<div class="user-panel">
          <div class="pull-left image">
            <img src="{{ asset(model("shop_seller")->current()->avatar)}}" class="img-circle" alt="User Image">
          </div>
          <div class="pull-left info">
            

{{ model("shop_seller")->current()->login_account }}({{ model("shop_seller")->current()->seller_type_format }})

<a href="{{ url("shopadmin") }}"><i class="fa fa-circle text-success"></i> @if(session("manage_shop_info")) {{session("manage_shop_info")->shop_name}} @else @endif </a> </div> </div>
Php
Feb.24,2022
Menu