@extends('admin.layout.master') @section('content')
{{__('obs.overtime_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
# {{__('obs.overtime_policy')}} {{__('obs.schedule')}} {{__('obs.overtime_count_as')}} {{__('obs.holiday_count_as')}} {{__('obs.day_convert_hours')}} {{__('obs.hour_limit')}} {{__('obs.amount_type')}} {{__('obs.calculation_days')}} {{__('obs.hour_amount')}} {{__('obs.day_amount')}} {{__('obs.multiply_with_hour')}} {{__('obs.multiply_with_day')}} {{__('obs.salary_type')}} {{__('obs.status')}} {{__('obs.action')}}
{{ $i++ }} {{ $item->ot_policy }} {{ $item->shecdule_info ? $item->shecdule_info->name : null}} {{ $item->regular_ot_calculate_as ==1 ? 'OT Hour' : 'OT Day' }} {{ $item->holiday_count_as ==1 ? 'OT Hour' : 'OT Day' }} {{ $item->day_convert_hours }} {{ $item->hour_limit }}{{__('obs.fixed')}} {{__('obs.based_on_salary')}}{{__('obs.not_found')}} {{$item->calculation_days ? $item->calculation_days. " Days" : "N/A"}} {{ $item->fixed_hour_amount }} {{ $item->fixed_day_amount }} {{ $item->multiplication_hour_value }} {{ $item->multiplication_day_value }}{{__('obs.basic')}}{{__('obs.gross')}} {{__('obs.not_found')}}

{{__('obs.active')}}

{{__('obs.inactive')}}

{{-- --}}
@include('payroll.admin.holidays.form.add_ot_setting') @endsection @section('script') @endsection