All ATTENDANCES
Employee | Date | Time-in | Time-out | Type | Action |
---|---|---|---|---|---|
{{$at->name}} | {{ $at->date}} | {{$at->checkin}} | {{$at->checkout}} | {{$at->attendance_type}} |
@extends('portal_pages.layouts.master') @section('title', 'All Attendance') @section('content')
Employee | Date | Time-in | Time-out | Type | Action |
---|---|---|---|---|---|
{{$at->name}} | {{ $at->date}} | {{$at->checkin}} | {{$at->checkout}} | {{$at->attendance_type}} |