RasmusGP
CustomPage for related model
So I have done the following:
- Blade Template: I created chat.blade.php at
resources/views/filament/app/pages/chat.blade.php
for displaying messages and a send button:
- Tenant-Specific Route: Configured within app/Providers/Filament/AppPanelProvider.php
- Custom Page: Defined in app/Filament/App/Resources/TenancyResource/Pages/Conversation.php
to load the conversation:
Despite these setups, accessing app/{tenant}/tenancies/{record}/conversation
only shows a white screen, with no errors logged. Could this be an issue with how I'm implementing Filament for non-standard use cases, or am I missing something in my configuration? Any guidance would be appreciated.3 replies