[422] | 1 | <div class="col-xs-12"> |
---|
[441] | 2 | <!-- PAGE CONTENT BEGINS --> |
---|
| 3 | <div class="col-xs-6 no-padding"> |
---|
| 4 | <div class="widget-box no-border"> |
---|
| 5 | <div class="widget-header widget-header-flat"> |
---|
| 6 | <h4 class="lighter"> |
---|
| 7 | <i class="icon-signal"></i> |
---|
| 8 | Doanh thu |
---|
| 9 | </h4> |
---|
[422] | 10 | |
---|
[441] | 11 | <div class="widget-toolbar"> |
---|
| 12 | <a data-action="collapse" href="#"> |
---|
| 13 | <i class="icon-chevron-up"></i> |
---|
| 14 | </a> |
---|
| 15 | </div> |
---|
| 16 | </div> |
---|
| 17 | <div class="widget-body"> |
---|
| 18 | <div class="table-responsive"> |
---|
| 19 | <table class="table table-striped table-bordered table-hover" id="sample-table-1"> |
---|
| 20 | <thead style="background-color: blue"> |
---|
| 21 | <tr> |
---|
| 22 | <th>Thá»i gian</th> |
---|
| 23 | <th>Doanh thu</th> |
---|
| 24 | </tr> |
---|
| 25 | </thead> |
---|
[422] | 26 | |
---|
[441] | 27 | <tbody> |
---|
| 28 | <tr> |
---|
| 29 | <td>Tuần trưá»c</td> |
---|
| 30 | <td> |
---|
[444] | 31 | <?php echo number_format($revenue['last_week'],0); ?> |
---|
[441] | 32 | </td> |
---|
| 33 | </tr> |
---|
| 34 | <tr> |
---|
| 35 | <td>Tháng trưá»c</td> |
---|
| 36 | <td> |
---|
[444] | 37 | <?php echo number_format($revenue['last_month'],0); ?> |
---|
[441] | 38 | </td> |
---|
| 39 | </tr> |
---|
| 40 | <tr> |
---|
| 41 | <td>QuÜ trưá»c</td> |
---|
| 42 | <td> |
---|
[444] | 43 | <?php echo number_format($revenue['last_quarter'],0); ?> |
---|
[441] | 44 | </td> |
---|
| 45 | </tr> |
---|
| 46 | <tr> |
---|
| 47 | <td>NÄm trưá»c</td> |
---|
| 48 | <td> |
---|
[444] | 49 | <?php echo number_format($revenue['last_year'],0); ?> |
---|
[441] | 50 | </td> |
---|
| 51 | </tr> |
---|
| 52 | </tbody> |
---|
| 53 | </table> |
---|
| 54 | </div><!-- /.table-responsive --> |
---|
| 55 | </div> |
---|
| 56 | </div> |
---|
| 57 | </div> |
---|
[422] | 58 | |
---|
[441] | 59 | <div class="col-xs-6"> |
---|
| 60 | <div class="widget-box no-border"> |
---|
| 61 | <div class="widget-header widget-header-flat"> |
---|
| 62 | <h4 class="lighter"> |
---|
| 63 | <i class="icon-signal"></i> |
---|
| 64 | Biá»u Äá» doanh thu |
---|
| 65 | </h4> |
---|
[422] | 66 | |
---|
[441] | 67 | <div class="widget-toolbar"> |
---|
| 68 | <a data-action="collapse" href="#"> |
---|
| 69 | <i class="icon-chevron-up"></i> |
---|
| 70 | </a> |
---|
| 71 | </div> |
---|
| 72 | </div> |
---|
[444] | 73 | |
---|
[441] | 74 | <div class="widget-body"> |
---|
| 75 | <div class="widget-main padding-4"> |
---|
[444] | 76 | <div id="sales-charts"></div> |
---|
[441] | 77 | </div><!-- /widget-main --> |
---|
[444] | 78 | </div> |
---|
| 79 | |
---|
[441] | 80 | </div><!-- /widget-box --> |
---|
| 81 | </div> |
---|
[422] | 82 | |
---|
[441] | 83 | <div class="clearfix"></div> |
---|
[422] | 84 | |
---|
| 85 | |
---|
| 86 | |
---|
[441] | 87 | <!-- PAGE CONTENT ENDS --> |
---|
[444] | 88 | </div> |
---|
| 89 | <script type="text/javascript"> |
---|
| 90 | |
---|
| 91 | |
---|
| 92 | </script> |
---|