Can any one convert this into laravel SELECT * ,(SELECT SUM(bills.amount) FROM bills WHERE bills.customer_id = customers.id) as total ,(SELECT SUM(transactions.amount) FROM transactions WHERE transactions.customer_id = customers.id) as paid FROM customers
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community