@extends('admin.layout.master') @section('home')
OT Settings List
{{ Session::get('message') }}
@php($i = 1) @foreach ($AllOtHoliday as $item) @if ($item->amount_type == 1) @elseif($item->amount_type == 2) @else @endif @if ($item->salary_type == 1) @elseif($item->salary_type == 2) @else @endif @if ($item->status == 1) @else @endif @endforeach
# OT Policy Hour Limit Amount Type Hour Amount Day Amount Multiply With Hour Multiply With Day Salary Type Status Action
{{ $i++ }} {{ $item->ot_policy }} {{ $item->hour_limit }}FixedBased on salaryNot Found{{ $item->fixed_hour_amount }} {{ $item->fixed_day_amount }} {{ $item->multiplication_hour_value }} {{ $item->multiplication_day_value }}BasicGrossNot Found

Active

Inactive

@include('payroll.admin.holidays.form.add_ot_setting') @endsection