merge([$key => $attributes]) : $self; }); Livewire::resolveMissingComponent(function ($name) { 'modules.dashboard.components.dashboard-component'; if (str($name)->startsWith('modules.')) { return str($name)->explode('.')->map(fn ($name) => str($name)->studly()->toString())->implode('\\'); } return null; }); } /** * Bootstrap services. */ public function boot(): void { } }