@extends('layouts.app') @push('styles') @if (!is_null($viewEventPermission) && $viewEventPermission != 'none') @endif @endpush @section('content')

@lang('app.welcome') {{ $user->name }}

@if (in_array('attendance', user_modules()))

{{ 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
@endif
Card image

{{ $user->name }}

{{ $user->employeeDetails->designation->name ?? '--' }}

@lang('app.employeeId') : {{ strtoupper($user->employeeDetails->employee_id) }}

@isset($notices)

@lang('app.menu.notices')

@foreach ($notices as $notice) @endforeach
@endisset
@if (!is_null($viewEventPermission) && $viewEventPermission != 'none')
@endif
@endsection @push('scripts') @if (!is_null($viewEventPermission) && $viewEventPermission != 'none') @endif @endpush