$appointments = Appointment::with(array('user' => function($query) { $query->withTrashed(); }))->get();