Fix layout path: components.layouts.app → layouts.app in 11 Livewire components
The layout file lives at resources/views/layouts/app.blade.php, so the
correct Livewire attribute is Layout('layouts.app'). 11 components had
the wrong path 'components.layouts.app' causing MissingLayoutException.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment