@extends('dashboard.layouts.app') @section('content')
| Name | Date | Check In | Check Out |
|---|---|---|---|
| {{ $attendance->first_name . ' ' . $attendance->last_name }} | {{ $attendance->attendence_date }} | {{ $attendance->check_in}} | {{ $attendance->check_out }} |
Please select a staff member and date to view attendance.