ticket email fix

This commit is contained in:
merdan 2020-05-16 18:28:03 +05:00
parent 097b3de570
commit 59bec9c4d2
3 changed files with 2 additions and 3 deletions

View File

@ -69,8 +69,6 @@ class HelpDeskController extends Controller
return redirect()->back();
}
}
/**

View File

@ -37,7 +37,7 @@
</div>
</div>
<div class="row justify-content-center py-5">
<a class="red_button mb-5" href="/">@lang('ClientSide.checkout_fail_button')</a>
<a class="red_button mb-5" href="{{route('help')}}">@lang('ClientSide.checkout_fail_button')</a>
</div>
</section>

View File

@ -38,6 +38,7 @@
<div class="row" style="width: 30%; margin-left: 0" id="top-header-right">
<div class="col-lg-12 col-md-12">
<ul id="top-menu-three-btn" style="float: right;">
<li class="nav-item"><a href="{{route('help')}}"><i class="fa fa-support"></i>@lang('ClientSide.support') </a> </li>
<li class="dropdown pull-right">
<a href="" class="dropdown-toggle" data-toggle="dropdown"><img src="{{asset('assets/images/icons/globe.svg')}}">&nbsp;{{LaravelLocalization::getCurrentLocaleName()}} <i class="fa fa-caret-down"></i></a>
<ul class="dropdown-menu">