完善 blade hook
This commit is contained in:
parent
b744abfadf
commit
c0482e5f1c
|
|
@ -75,6 +75,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@hook('carts.products.after')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<a class="list-group-item d-flex justify-content-between align-items-center {{ equal_route('shop.account.rma.index') || equal_route('shop.account.rma.show') ? 'active' : '' }}"
|
||||
href="{{ shop_route('account.rma.index') }}">
|
||||
<span>{{ __('shop/account.rma.index') }}</span></a>
|
||||
|
||||
@hook('account.sidebar.before.logout')
|
||||
|
||||
<a class="list-group-item d-flex justify-content-between align-items-center" href="{{ shop_route('logout') }}">
|
||||
<span>{{ __('common.sign_out') }}</span></a>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Reference in New Issue