Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <table>
  2. <thead>
  3. <tr>
  4. <th>Jumlah</th>
  5. </tr>
  6. </thead>
  7. <tbody>
  8. <?php foreach ($laporans as $laporan): ?>
  9. <tr>
  10. <td><?php echo h($laporan['Laporan']['bayar']); ?></td>
  11. </tr>
  12. <?php endforeach; ?>
  13. </tbody>
  14.  
  15.  
  16. </table>
  17. <table class="table table-info mb30">
  18. <td style="width: 44%;"></td>
  19. <td></td>
  20. <t>Total</td>
  21. <td>???? price total in </td>
  22. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement