Updates to service updating - broadband

This commit is contained in:
Deon George
2022-08-01 20:34:10 +10:00
parent de3f1a534b
commit 7feec266b8
11 changed files with 234 additions and 73 deletions

View File

@@ -2,7 +2,9 @@
<div class="col-12">
<h4>Update Service details</h4>
<form class="g-0 needs-validation" method="POST" action="{{ url('a/service/edit',[$o->id]) }}">
<form class="g-0 needs-validation" method="POST" action="{{ url('a/service/update',[$o->id]) }}">
@include('adminlte::widget.success')
@csrf
@includeIf('service.widget.'.$o->product->category.'.update',['o'=>$o->type])