input('location_id'); return [ 'total_sell' => $this->transactionUtil->getSellTotals($business_id, null, null, $location_id), 'total_purchase' => $this->transactionUtil->getPurchaseTotals($business_id, null, null, $location_id), ]; } }