我在Laravel 5.5中有類別和產品 每個產品都有一個類別和類別可以有父類別。我想在展示時獲得一個類別的所有兒童產品。例如:衣服是一個cateogry,並有像襯衫,夾克等子類別,當我點擊衣服類別時,我想顯示所有具有襯衫或夾克類別的產品。 這裏是我的Category.php型號: public function children()
{
return $this->hasMany('
SELECT Notifications.message, BusinessAccounts.employee_username
FROM Notifications, BusinessAccounts
WHERE Notifications.notification_by_business_account_id = BusinessAccounts.account_id AND Notifi