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

All Activated Service Location

@php $slActivation = explode(',', $rights->service_location_activation); $add = $slActivation[0]; $view = $slActivation[1]; $edit = $slActivation[2]; $updateStatus = $slActivation[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Filter
Service Location Details Site Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')