i have id of my user Now i want to show his name and family in some pages. for example there is a lots of user in my users table. that users fill a daily table in daily table i save user_id. manager want to look who fill daily table. i have that user_id in daily table But i want to show user name and family of that user_id to manager. how can i do it in laravel5.3. thanks a lot
via Mr Code