@extends('layout.mainlayout')
@section('content')
@component('components.breadcrumb')
@slot('title') Payroll Items @endslot
@slot('li_1') Dashboard @endslot
@slot('li_2') Payroll Items @endslot
@endcomponent
| Name |
Category |
Default/Unit Amount |
Action |
| Leave balance amount |
Monthly remuneration |
$5 |
|
| Arrears of salary |
Additional remuneration |
$8 |
|
| Gratuity |
Monthly remuneration |
$20 |
|
| Name |
Rate |
Action |
| Normal day OT 1.5x |
Hourly 1.5 |
|
| Public holiday OT 3.0x |
Hourly 3 |
|
| Rest day OT 2.0x |
Hourly 2 |
|
| Name |
Default/Unit Amount |
Action |
| Absent amount |
$12 |
|
| Advance |
$7 |
|
| Unpaid leave |
$3 |
|
@component('components.model-popup')
@endcomponent
@endsection