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

All Sites

@php $siteSetup = explode(',', $rights->site_setup); $add = $siteSetup[0]; $view = $siteSetup[1]; $edit = $siteSetup[2]; $updateStatus = $siteSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Code Name Address Status Action
@endif
@if ($edit == 1) @endif @if ($view == 1) @endif @include('partials/footer')