@extends('layouts.app') @section('title', 'Leave Management') @section('content')
| Staff | Type | From | To | Days | Status |
|---|---|---|---|---|---|
| {{ $l->user->name ?? '' }} | {{ $l->leave_type }} | {{ $l->start_date->format('d M') }} | {{ $l->end_date->format('d M') }} | {{ $l->days }} | {{ ucfirst($l->status) }} |