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)
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)