All Service Groups
@php
$serviceTypeSetup = explode(',', $rights->service_groups);
$add = $serviceTypeSetup[0];
$view = $serviceTypeSetup[1];
$edit = $serviceTypeSetup[2];
$updateStatus = $serviceTypeSetup[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Code |
Service Group |
Service Type |
Status |
Action |
@endif