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

All Modules

@php $ModuleSetup = explode(',', $rights->modules); $add = $ModuleSetup[0]; $view = $ModuleSetup[1]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Code Module Parent Action
@endif
@include('partials/footer')