@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @push('prev-next-head')
@endpush @section('content')
@foreach ($overtimeConfigurations as $key => $overtimeConfiguration) @php $overtimeBufferConfig = ''; @endphp @if ($overtimeConfiguration->buffer_config) @php $overtimeBufferConfig = json_encode( $overtimeConfiguration->buffer_config, ); @endphp @endif @endforeach @if (count($overtimeConfigurations) && !array_search('Extra Week Off', array_column($overtimeConfigurations->toArray(), 'name'))) @php $key = $key + 1; @endphp @endif @if (!count($overtimeConfigurations)) @endif
# {{ trans('admin/template.name') }} {{ trans('master/master.compensatory_type') }} Config/comp-off validity {{ trans('master/master.attendance_type') }} {{ trans('master/master.minimum_days') }} (Max:31) {{ trans('master/master.ot_factor') }} {{ trans('master/master.exclude') }}
{{ $loop->iteration }} @if ($overtimeConfiguration->type == 'custom') @else @endif @if ($overtimeConfiguration->type != 'custom') @else @endif
{{ $key+1 }}
1
2
3
4
@if (!count($overtimeConfigurations)) @else @endif
@endsection @push('footer-script') @endpush