added settings prefix

This commit is contained in:
denisdulici
2020-01-06 15:49:43 +03:00
parent 3e0d06929b
commit 661bd096aa
3 changed files with 10 additions and 8 deletions

View File

@ -12,7 +12,7 @@
{!! Form::open([
'id' => 'offline-payments',
'route' => 'offline-payments.update',
'route' => 'offline-payments.settings.update',
'@submit.prevent' => 'onSubmit',
'@keydown' => 'form.errors.clear($event.target.name)',
'files' => true,
@ -39,7 +39,7 @@
<div class="card-footer">
<div class="row float-right">
{{ Form::saveButtons('offline-payments/settings') }}
{{ Form::saveButtons(url()->previous()) }}
</div>
</div>
{!! Form::close() !!}