@extends('layouts.app') @section('title', 'Leave History') @section('content')
| Reason | From | To | Days | Document | Status | Applied | Action |
|---|---|---|---|---|---|---|---|
| {{ Str::limit($leave->leave_reason, 20) }} | {{ $from ? $from->format('d M') : '-' }} | {{ $to ? $to->format('d M') : '-' }} | {{ $leave->number_of_days }} | @if($leave->attachment) 📄 Download @else - @endif | {{ ucfirst($leave->status) }} | {{ $leave->created_at?->format('d M') ?? '-' }} | View |
No leave requests found.
Apply for leave now