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

All Organizations

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