try this join('orders', 'users.id', '=', 'orders.user_id','left outer')
可以參考 How to join three table by laravel eloquent model 我也試過 ORM -> join('surv...