14 lines
517 B
PHP
14 lines
517 B
PHP
<x-dashboard.admin.layout title="Edit Customer">
|
|
<x-slot:heading>
|
|
<x-dashboard.page-heading
|
|
title="Edit Customer Profile"
|
|
description="Update customer profile information."
|
|
:back-link="$backLink"
|
|
/>
|
|
</x-slot:heading>
|
|
|
|
<div class="flex items-center justify-center px-4 pb-4 pt-0 md:px-8 md:pb-8">
|
|
<x-dashboard.user.edit-profile-card :back-link="$backLink" :action-link="$actionLink" :profile="$profile" />
|
|
</div>
|
|
</x-dashboard.admin.layout>
|