I am having issue with navigation when selecting Profile for Student or Teacher.
AJ
Andre Jansen
✓ Link copied!
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
A
asequeira
✓ Link copied!
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
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