- admin can edit, approve or reject broker registration - admin can edit, delete or impersonate as broker
14 lines
511 B
PHP
14 lines
511 B
PHP
<x-dashboard.admin.layout title="Edit Broker">
|
|
<x-slot:heading>
|
|
<x-dashboard.page-heading
|
|
title="Edit Broker Profile"
|
|
description="Update broker 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>
|