[Updated: added enctype in form.]

This commit is contained in:
Vivek 2021-10-14 14:24:27 +05:30
parent 574e6e6086
commit d4c623c25f
1 changed files with 2 additions and 1 deletions

View File

@ -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