@extends('layouts.app') @section('page_title','My HR Dashboard') @section('page_subtitle','Your profile, attendance, leave, payroll and HR support overview.') @section('content')
Clock in: {{ $todayAttendance->clock_in_at?->format('h:i A') ?? '-' }}
Clock out: {{ $todayAttendance->clock_out_at?->format('h:i A') ?? '-' }}
@elseNo clock-in yet today.
@endif{{ $latestPayroll->pay_period_start?->format('d M Y') }} - {{ $latestPayroll->pay_period_end?->format('d M Y') }}
No payroll has been published yet.
@endif{{ $announcement->body }}