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

Clock In / Clock Out

@if( $staff->clock ) @foreach( $staff->clock as $date => $clock ) @endforeach @else @endif
Date Check-in Check-out Hours Action
{{ $clock['date'] ?? '' }} {{ $clock['check_in'] ?? '' }} {{ $clock['check_out'] ?? '' }} {{ $clock['hours'] ?? '' }}

No records found!

@endsection