Paypal and offline payment setting page issue solved.
This commit is contained in:
parent
8311102c9f
commit
218f13941b
@ -39,7 +39,7 @@
|
||||
|
||||
<div class="card-footer">
|
||||
<div class="row float-right">
|
||||
{{ Form::saveButtons(url()->previous()) }}
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
{!! Form::close() !!}
|
||||
|
@ -44,7 +44,7 @@
|
||||
<div class="card-footer">
|
||||
<div class="float-right">
|
||||
<div class="row">
|
||||
{{ Form::saveButtons(url()->previous()) }}
|
||||
{{ Form::saveButtons('settings.index') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user