© 2026 Hedgehog Software, LLC
ConversationResource::getUrl() . '?record=' . $conversation->id
php if (request()->has('record')) { $recordId = request()->get('record'); Filament::registerRenderHook('body.start', fn() => new HtmlString(" <script> document.addEventListener('livewire:load', function () { Livewire.emit('openModal', 'filament.resources.conversations.view', { record: '{$recordId}' }); }); </script> ")); }