@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.hrm-left-sidebar') @stop @section('content')

{{ $createItemName }}


{{ csrf_field() }}

{{__('lang.basic_settings')}}

{{__('lang.select_off_days_for_attendance')}}

{{--

Show Discount

--}}
{{-- --}}

Select Timing for Attendance

{{--

Show Discount

--}}
{{--

Show Discount

--}}
{{--

Show Discount

--}}

{{ __('lang.late_and_halfday') }}


Deduct Amount on Working Hours

Leaves Management

@if(count($leave_types) == 0) @endif @foreach ($leave_types as $leave_type) @php $unique_key = uniqid(); $name_prefix = "leaves_data[$unique_key]"; @endphp @endforeach
{{ __('lang.sno')}} {{ __('lang.name')}} {{ __('lang.no_of_leaves')}}
{{__('lang.there_has_no_data')}}
{{ $loop->iteration }} {{ $leave_type->name}}
@stop @push('include-css') @endpush @push('include-js') @endpush