osb/resources/theme/frontend/metronic/widgets/product/ADSL.blade.php
2018-08-10 00:10:51 +10:00

30 lines
530 B
PHP

<div class="col-md-12">
<p>{{ $o->description }}</p>
</div>
<table class="table table-condensed">
<tr>
<th>Type</th>
<td class="text-right">ADSL</td>
</tr>
<tr>
<th>Setup Cost</th>
<td class="text-right">TBA</td>
</tr>
<tr>
<th>Monthly Cost</th>
<td class="text-right">TBA</td>
</tr>
<tr>
<th>Default Billing</th>
<td class="text-right">TBA</td>
</tr>
<tr>
<th>Contract Term</th>
<td class="text-right">TBA</td>
</tr>
<tr>
<th>Minimum Costs</th>
<td class="text-right">TBA</td>
</tr>
</table>