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

All Activated Service

@php $serviceActivation = explode(',', $rights->service_activation); $add = $serviceActivation[0]; $view = $serviceActivation[1]; $edit = $serviceActivation[2]; $updateStatus = $serviceActivation[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Filter
Service Type
Sevice Group
Service
Billing Cost Centers Performing Cost Centers Primary Service Modes Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')