@php use App\Models\User; @endphp @php use App\Models\EmployeeAccount; @endphp
{!! __('index.all_fields_required') !!}
{{ __('index.personal_detail') }}
@if($bsEnabled) @else @endif
@if(!isset($userDetail))
@endif
{{ __('index.company_detail') }}
@if(!isset(auth()->user()->branch_id))
@endif
@if($bsEnabled) @else @endif
allow_holiday_check_in == 1) ? 'checked': '' }}> {{ __('index.allow_holiday_check_in') }}
{{ __('index.leave_detail') }}
{{ __('index.assigned_leaves') }}
@if(isset($leaveTypes)) @for ($k = 0; $k < count($leaveTypes); $k++) @if (isset($employeeLeaveTypes[$k])) @php $leaveType = $employeeLeaveTypes[$k]; @endphp @endif @endfor @endif
{{ __('index.leave') }} {{ __('index.no_of_days') }} {{ __('index.is_active') }}
{{ $leaveTypes[$k]->name }} is_active) && $leaveType->is_active == 1 ? 'checked' : '' }} name="is_active[{{ $k }}]" value="1">{{ __('index.is_active') }}
{{ __('index.bank_detail')}}