@if (!isset($noClockIn))
@if(!$checkTodayHoliday)
@if($todayTotalClockin < $maxAttandenceInDay)
@lang('modules.attendance.clock_in')
@lang('modules.attendance.clock_in') IP
@if(is_null($currenntClockIn))
{{ \Carbon\Carbon::now()->timezone($global->timezone)->format($global->time_format) }}
@else
{{ $currenntClockIn->clock_in_time->timezone($global->timezone)->format($global->time_format) }}
@endif
{{ $currenntClockIn->clock_in_ip ?? request()->ip() }}
@if(!is_null($currenntClockIn) && !is_null($currenntClockIn->clock_out_time))
{{ $currenntClockIn->clock_out_time->timezone($global->timezone)->format($global->time_format) }}
{{ $currenntClockIn->clock_out_ip }}
@endif
@if(is_null($currenntClockIn))
@else
{{ $currenntClockIn->working_from }}
@endif
@if(is_null($currenntClockIn))
@endif
@if(!is_null($currenntClockIn) && is_null($currenntClockIn->clock_out_time))
@endif
@else
@lang('modules.attendance.maxColckIn')
@endif
@else
@lang('modules.dashboard.holidayCheck') {{ ucwords($checkTodayHoliday->occassion) }}.
@endif
@else
@lang('messages.officeTimeOver')
@endif