@extends('layouts.mainlayout') @section('title', 'Attendance Report') @section('main')
 
A - Absent, H - Holiday, L - Leave, Pay - Payable, P - Present, T - Total Days, W - Weekly off, LC - Late Check-in, LB - Leave Balance
@if(isset($columnHeaders)) @else @endif @if(isset($dataArr)) @else {{-- no need to set tr --}} @endif
@endsection