Updates to service updating - broadband
This commit is contained in:
@@ -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])
|
||||
|
Reference in New Issue
Block a user