| Service Name | Service Details | Action |
|---|---|---|
| {{ $value->service_name }} |
@if(isset($value->service) && count($value->service) > 0)
@foreach($value->service as $k => $v)
@if($v->delete_status != 1)
- {{ $v->service_details }}
@endif @endforeach @endif |
|
| There is no results. | ||