Lets start over Create Migrations users Table php artisan migrate:make create_users_table user_prof...
Hey, What you are trying to achieve is quite easy. I am assuming you are running laravel via the com...
This is an issue arising because of how you configured your model relationships, check how i did thi...
Try this {{ $user->user_profile()->place_of_birth }}
The Laravel portal for problem solving, knowledge sharing and community building.