@extends('layouts.app') @section('content')

Attendance — {{ $attendance->date ?? now()->toDateString() }}

Check-in: {{ $attendance->check_in ?? 'Not yet' }}

Check-out: {{ $attendance->check_out ?? 'Not yet' }}

Status: {{ $attendance->status }}

@csrf
@csrf
@endsection