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

All Prefixes

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