@extends('layouts.mainlayout') @section('title', 'Employee Attendance Report') @section('main')

{{-- --}}
A - Absent, H - Holiday, L - Leave, Pay - Payable, P - Present, T - Total Days, W - Weekly off
@if(isset($columnHeaders)) @else @endif @if(isset($dataArr)) @else {{-- no need to set tr --}} @endif
@endsection