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