@extends('layouts.sidebar') @section('title', 'Payroll for checking') @section('content') @if (in_array('Regional wage rates', $privileges) || in_array('wage management', $privileges))

Regional Wage Rates

Add Minimum Wage

Minimum Wage Table

Region Adjustment Amount New Wage Amount Effective Date Status Action
@else
You don't have privilege to access this page
@endif @include('Admin.Employee.wage.js') @endsection