#Different templates for same page
2 messages · Page 1 of 1 (latest)
If you're using blade, it's probably easier to include the theme name via a View composer. https://laravel.com/docs/11.x/views#view-composers. Then you don't have to worry about it in controllers.