プロフィール設定ページを作ろう

This commit is contained in:
shibafu
2018-10-19 00:56:29 +09:00
parent ef563f8641
commit 4654962aac
5 changed files with 84 additions and 1 deletions

View File

@@ -72,7 +72,7 @@
</p>
</a>
<div class="dropdown-divider"></div>
{{--<a href="#" class="dropdown-item">設定</a>--}}
<a href="{{ route('setting') }}" class="dropdown-item">設定</a>
<a href="{{ route('logout') }}" class="dropdown-item" onclick="event.preventDefault(); document.getElementById('logout-form').submit();">ログアウト</a>
</div>
</li>