@extends('layouts.app') @section('header_title', 'Staff Attendance Ledger') @section('content')
| Employee | Date | Clock In | Clock Out | Status |
|---|---|---|---|---|
| {{ $att->employee->first_name }} {{ $att->employee->last_name }} | {{ $att->attendance_date }} | {{ $att->clock_in }} | {{ $att->clock_out }} | {{ $att->status }} |