bobbybouwmann7 years agoLevel 88ReplyReport SpamYou select is incorrect select('salaries.*', 'paie.*') Notice the * added to the select for selecting all fields. Currently you don't select any field. Also I can recommend you to look into relationships in Laravel which makes this much easier for you: https://laravel.com/docs/5.8/eloquent-relationships Like Reply 1 like