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

All Service Locations

@php $serviceLocation = explode(',', $rights->service_location_setup); $add = $serviceLocation[0]; $view = $serviceLocation[1]; $edit = $serviceLocation[2]; $updateStatus = $serviceLocation[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
ID Description Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')