@extends('layouts.mainlayout')
@section('title', 'Attendance Requests Report')
@section('main')
@endif
@if(isset($columnHeaders))
|
@else
|
@endif
@if(isset($attendanceReportColl))
|
@else
{{-- no need to set tr --}}
@endif
@endsection
@section('js')
@endsection