Laravel Jetstream follows a convention where layout files are stored in resources/views/layouts instead of resources/views/components/layouts due to how Laravel structures its view rendering and component management:
While resources/views/components/layouts could theoretically be used for layout components, Laravel's default structure prefers layouts directly under views to maintain consistency and clarity in file organization.
Hi, my name is Roel. I am a TALL stack developer. I created this site to document all web applications I created using the TALL stack. I exclusively built products using Laravel because I like the experience writing applications using the simplest framework/stack available.