Save button replace cancel button url to route path.

This commit is contained in:
Cüneyt Şentürk
2020-02-03 14:09:52 +03:00
parent 481314ebe2
commit 7a76d1b876
39 changed files with 39 additions and 39 deletions

View File

@ -42,7 +42,7 @@
<div class="card-footer">
<div class="row float-right">
{{ Form::saveButtons('settings/categories') }}
{{ Form::saveButtons('categories.index') }}
</div>
</div>
{!! Form::close() !!}