Level 104
In another Blade template, you just need to render it as you would any component
<livewire:project-expenses />
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a ProjectExpenses.php inline component but I don't know how to call it since it doesn't have a blade file. There's nothing on the Livewire documentation either.
In another Blade template, you just need to render it as you would any component
<livewire:project-expenses />
Please or to participate in this conversation.