@extends('layouts.app') @section('title','Attendance') @section('content')
| Employee | Date | In | Out | Status | |
|---|---|---|---|---|---|
| {{ $item->employee->full_name ?? '—' }} | {{ $item->date ?? '—' }} | {{ $item->check_in ?? '—' }} | {{ $item->check_out ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||