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

All Service Modes

@php $serviceModeSetup = explode(',', $rights->service_modes); $add = $serviceModeSetup[0]; $view = $serviceModeSetup[1]; $edit = $serviceModeSetup[2]; $updateStatus = $serviceModeSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Filter
Code Service Mode Billing Mode Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')