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