@extends('dashboard.layouts.app') @section('content')
| Type | Total Days/Year | Max Days Allowed | Wait Period | Status | Action |
|---|---|---|---|---|---|
| {{ $type->type }} | {{ $type->total_days }} | {{ $type->max_leaves_allowed }} | {{ $type->applicable_after_work_days }} days | {{ $type->active_status ? 'Active' : 'Inactive' }} |
Please select a role, month, or year to view user records.