@extends('layouts.app') @push('styles') @if (!is_null($viewEventPermission) && $viewEventPermission != 'none') @endif @endpush @section('content')
{{ now()->timezone($global->timezone)->format($global->time_format) }} @if (!is_null($currentClockIn)) @lang('app.clockInAt') - {{ $currentClockIn->clock_in_time->timezone($global->timezone)->format($global->time_format) }} @endif
@if (is_null($currentClockIn) && is_null($checkTodayLeave)) @endif @if (!is_null($currentClockIn) && is_null($currentClockIn->clock_out_time)) @endif{{ $user->employeeDetails->designation->name ?? '--' }}
@lang('app.employeeId') : {{ strtoupper($user->employeeDetails->employee_id) }}
@lang('app.menu.notices')