|
|
@@ -26,6 +26,13 @@
|
|
|
<a href="{{url('store/inStorage/boxBindShelf')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>新箱上架</h4></button></a>
|
|
|
<a href="{{url('store/inStorage/boxBindModel')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>料箱型号</h4></button></a>
|
|
|
<a href="{{url('store/inStorage/commodityBindModel')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>商品型号</h4></button></a>
|
|
|
+
|
|
|
+ <a href="{{ route('logout') }}" onclick="event.preventDefault();
|
|
|
+ document.getElementById('logout-form').submit();">
|
|
|
+ <button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>退出登录</h4></button></a>
|
|
|
+ <form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
|
|
|
+ @csrf
|
|
|
+ </form>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|