@extends('layouts.main') @inject('carbon', 'Carbon\Carbon') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Actual And Planned Work Times
@csrf

@if ($attendanceData)

Millennium Computers and Networking

Actual And Planned Work Times ({{$selectedFromDate}} to {{$selectedToDate}})

Employee: {{$selectedEmployee}}

@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