How can I union two eloquent models?
I\'m aware of:
$first = DB::table(\'users\') ->whereNull(\'first_name\'); $users = DB::table(\'users\'