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

All Financial Payroll Deduction

@php $PayrollDeduction = explode(',', $rights->payroll_deduction_setup); $add = $PayrollDeduction[0]; $view = $PayrollDeduction[1]; $edit = $PayrollDeduction[2]; $updateStatus = $PayrollDeduction[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
ID Financial Payroll Deduction Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')