@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

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)
Filter
Code Service Group Service Type Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')