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

All Employee Salaries

@php $empSalarySetup = explode(',', $rights->employee_salary_setup); $add = $empSalarySetup[0]; $view = $empSalarySetup[1]; $edit = $empSalarySetup[2]; $updateStatus = $empSalarySetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Employee Details Additions Deductions Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')