prepare('SELECT cc.id, cc.signed_at, c.title FROM client_contracts cc JOIN contracts c ON cc.contract_id = c.id WHERE cc.client_id = ? ORDER BY cc.signed_at DESC'); $stmt->execute([$client_id]); $signed_contracts = $stmt->fetchAll(); ?>
Here is a list of all the contracts you have signed.
| Contract Title | Date Signed | Actions |
|---|---|---|
| View | ||
| You have not signed any contracts yet. | ||