Laravel Relationship function not get data properly?
I have 3 Models in My Laravel App like Employee , Salary and Title. Employee Model one to Many Relationship with both Salary and Title Models. Now I need get all data using EmployeeController getEmployee function EmployeeController public function getEmployee()…