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

All Chart Of Account Strategies

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