fixed issue #319

This commit is contained in:
Prashant Singh 2018-12-22 16:15:23 +05:30
parent affcca3d08
commit 232e430ab0
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
<div class="dropdown-container">
<label>Account</label>
<ul>
<li>
<a href="{{ route('shop.home.index') }}" target="_blank">Visit Shop</a>
</li>
<li>
<a href="{{ route('admin.account.edit') }}">My Account</a>
</li>