Probably because the inner join can't find a matching record. You should look into leftJoin as that will always return the main table even if the joins contain no matching data.
Also, you should look in to the laravel naming conventions, since uppercase characters in your table/field names should be avoided.