10 lines
302 B
PHP
10 lines
302 B
PHP
<spark-profile :user="user" inline-template>
|
|
<div>
|
|
<!-- Update Profile Photo -->
|
|
@include('spark::settings.profile.update-profile-photo')
|
|
|
|
<!-- Update Contact Information -->
|
|
@include('spark::settings.profile.update-contact-information')
|
|
</div>
|
|
</spark-profile>
|