@extends('layouts.main') @inject('carbon', 'Carbon\Carbon') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Absent Report
@csrf

@if ($masEmployees)

Millennium Computers and Networking

For the period of: {{$selectedDate}}

Office: {{$selectedOfficeName->name}}

@php $count = 1; @endphp @foreach ($attendanceData as $attendance) @endforeach
Date Planned In Actual In Planned Out Actual Out Planned Work Actual Work Difference
{{ $count++ }}
{!! $attendanceData->links() !!}
@endif
@push('select2') @endpush @endsection