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

@ -25,7 +25,7 @@
<div class="card-footer">
<div class="row float-right">
{{ Form::saveButtons('apps/home') }}
{{ Form::saveButtons('apps.home.index') }}
</div>
</div>