All Chart Of Account Strategies Setup
@php
$ChartOfAccountStrategySetup = explode(',', $rights->chart_of_accounts_strategy_setup);
$add = $ChartOfAccountStrategySetup[0];
$view = $ChartOfAccountStrategySetup[1];
$edit = $ChartOfAccountStrategySetup[2];
$updateStatus = $ChartOfAccountStrategySetup[3];
@endphp
@if ($add == 1)
@if(!$Organizations->isEmpty())
@else
Account strategy setup completed for all Organizations.
@endif
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Account Level |
Account Levels |
Status |
Action |
@endif