[Updated: added enctype in form.]
This commit is contained in:
parent
574e6e6086
commit
d4c623c25f
|
|
@ -16,7 +16,8 @@
|
|||
<form
|
||||
method="POST"
|
||||
@submit.prevent="onSubmit"
|
||||
action="{{ route('customer.profile.store') }}">
|
||||
action="{{ route('customer.profile.store') }}"
|
||||
enctype="multipart/form-data">
|
||||
|
||||
<div class="account-table-content">
|
||||
@csrf
|
||||
|
|
|
|||
Loading…
Reference in New Issue