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

All Service Units

@php $serviceTypeSetup = explode(',', $rights->service_types); $add = $serviceTypeSetup[0]; $view = $serviceTypeSetup[1]; $edit = $serviceTypeSetup[2]; $updateStatus = $serviceTypeSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
S# Service Unit Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')