get('include'); if (! $param) { return false; } $includeValues = explode(',', Str::lower($param)); return in_array(Str::lower($relationship), $includeValues); } }