@php $layout = strtolower(auth()->user()->role) === 'admin' ? 'layouts.admin' : 'layouts.manager'; @endphp @extends($layout) @section('header')

Reports

@endsection @section('content')
📅

Monthly Attendance

View total present days for each employee in the selected month. Download as PDF.

View Report →
📝

Monthly Leave Requests

View all leave requests for the selected month. Download as PDF.

View Report →
@endsection