Start of ordering

This commit is contained in:
Deon George
2018-08-10 00:10:51 +10:00
parent ca402df525
commit 499d44289e
15 changed files with 554 additions and 73 deletions

View File

@@ -0,0 +1,30 @@
<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>