I made php artisan migrate:fresh in my Laravel application but when i creating a new user I got this error
Trying to get property 'courses' of non-object (View: /Applications/AMPPS/www/zenit/resources/views/home.blade.php)
I have a table called courses which is empty. How can I solve this?