@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Dashboard') @php $firstName = explode(' ', Auth::user()->name)[0]; @endphp @section('content_header')
Used on: {{ $duvetDayDate ?? 'N/A' }}
1 duvet day remaining this year
| Start Date | End Date | Type | Days | Status |
|---|---|---|---|---|
| {{ $holiday->start_date->format('d M Y') }} | {{ $holiday->end_date->format('d M Y') }} | {{ $holiday->type }} | {{ number_format($holiday->days, 1) }} days | {{ ucfirst($holiday->status) }} |