11 lines
393 B
PHP
11 lines
393 B
PHP
<x-layout :title="$pageTitle">
|
|
<x-dashboard.page-heading
|
|
:title="$title"
|
|
:description="$description"
|
|
:back-link="$backLink"
|
|
/>
|
|
<div class="flex items-center justify-center mt-4 md:mt-8 px-4 pb-4 pt-0 md:px-8 md:pb-8">
|
|
<x-dashboard.user.edit-profile-card :action-link="$actionLink" :profile="$profile" :back-link="$backLink" />
|
|
</div>
|
|
</x-layout>
|