portal access and report long description updated

This commit is contained in:
batuhanbas
2020-02-07 10:52:27 +03:00
parent 355bec5ccd
commit b856d79973
4 changed files with 13 additions and 4 deletions

View File

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