Want to access all of our courses? (36 h 00 min)
You also get:
Already a member? Login here
I am having issue with navigation when selecting Profile for Student or Teacher.
You removed the app.blade.php file in the layouts directory. In laravel 10 breeze is extended with a profile. Create a app.blade.php in the original state and it works again
these filenames are not correct app/View/Components/StudentLayout.blade.php app/View/Components/TeacherLayout.blade.php
it should be: app/View/Components/StudentLayout.php app/View/Components/TeacherLayout.php
(not the blade but the class files)
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
I am having issue with navigation when selecting Profile for Student or Teacher.
You removed the app.blade.php file in the layouts directory. In laravel 10 breeze is extended with a profile. Create a app.blade.php in the original state and it works again
these filenames are not correct app/View/Components/StudentLayout.blade.php app/View/Components/TeacherLayout.blade.php
it should be: app/View/Components/StudentLayout.php app/View/Components/TeacherLayout.php
(not the blade but the class files)