@extends('layouts.sidebar') @section('title', 'Payroll') @section('content') @if (in_array('Custom Benefits Setup', $privileges))

Employee List

Assign ID Agency Company Client Name Status

Assign Benefit

@csrf

Note: Please select a specific row in the table to assign the employee's Channel ID.

Custom benefit List

ID Agency Company Client Name Benefits Type View

Bracket Benefit

@csrf

Note: Select "Existing Bracket" to choose from the available brackets or "Create New Bracket" to define a new range and rates.

@else
You don't have privilege to access this page
@endif @endsection