Change all url to route

This commit is contained in:
Cüneyt Şentürk
2020-02-03 11:58:05 +03:00
parent f86465d81d
commit a8c848922a
26 changed files with 77 additions and 59 deletions

View File

@ -5,7 +5,7 @@
@section('content')
<div class="card">
{!! Form::model($user, [
'url' => 'portal/profile/update',
'route' => 'portal.profile.update',
'id' => 'profile',
'@submit.prevent' => 'onSubmit',
'@keydown' => 'form.errors.clear($event.target.name)',