Display Tenant Profile Page
I created a custom profile page for multi-tenancy. Could you please advise me on how to display it like the image I attached? #multi-tenancy
6 Replies
Here is my code
#profile.blade.php
Hey, what seems to be missing?
The page is blank
Did you add it to your panel provider? I have
->tenantProfile(EditProjectProfile::class)
with EditProjectProfile being my tenant profile page.
And my blade template looks like this:
It works. Thank you! By the way, how about the table?
{{ $this->table }}
<div> {{ $this->table }} </div>