ticket email fix
This commit is contained in:
parent
097b3de570
commit
59bec9c4d2
|
|
@ -69,8 +69,6 @@ class HelpDeskController extends Controller
|
|||
return redirect()->back();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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')}}"> {{LaravelLocalization::getCurrentLocaleName()}} <i class="fa fa-caret-down"></i></a>
|
||||
<ul class="dropdown-menu">
|
||||
|
|
|
|||
Loading…
Reference in New Issue