Add product info on broadband change requests

This commit is contained in:
Deon George
2021-10-08 12:18:39 +11:00
parent cc49692545
commit 17e7b47cdc
3 changed files with 62 additions and 3 deletions

View File

@@ -43,9 +43,7 @@
</div>
</div>
{{--
@includeIf('u.service.widgets.'.$o->stype.'.order',['o'=>$o->type])
--}}
@includeIf('u.service.widgets.'.$o->stype.'.change',['o'=>$o->type])
<div class="form-group row">
<label for="notes" class="col-2 col-form-label text-right">Notes</label>
@@ -63,6 +61,12 @@
</form>
</div>
</div>
<div class="col-6">
<div class="card">
<div id="product_info"></div>
</div>
</div>
</div>
@endsection