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

All Consumption Methods

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