This commit is contained in:
Vivek Sharma 2020-02-11 12:14:53 +05:30
parent bb9e6d5e5a
commit 0f03c184b4
1 changed files with 4 additions and 5 deletions

View File

@ -43,11 +43,10 @@
@section('page-detail-wrapper')
<div class="account-head">
<span class="back-icon">
<a href="{{ route('customer.account.index') }}">
<i class="icon icon-menu-back"></i>
</a>
</span>
<a href="{{ route('customer.session.destroy') }}" class="theme-btn light unset pull-right">
{{ __('shop::app.header.logout') }}
</a>
<span class="account-heading">
{{ __('shop::app.customer.account.profile.index.title') }}
</span>