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

Wage Assignments

Employee List

Assign ID Agency Company Client Rate Name Default Rate Name Status
@else
You don't have privilege to access this page
@endif @include('Admin.Employee.wage.assignwagejs') @endsection