@extends('layouts.staff') @section('content')
Here's your daily overview
@php $employee = \App\Models\Employee::where('user_id', auth()->id())->first(); @endphp @if($employee)| Date | Check-In Time | Status |
|---|---|---|
| {{ $attendance->attendance_date->format('M d, Y') }} | {{ $attendance->check_in_time->format('H:i') }} | Present |