@extends('layouts.admin') @section('page-title', 'Holidays') @section('content')
Manage company holidays
| Name | Date | Description | Mandatory | Actions |
|---|---|---|---|---|
|
{{ $holiday->name }} |
{{ \Carbon\Carbon::parse($holiday->date)->format('M d, Y') }} | {{ Str::limit($holiday->description, 50) ?? '—' }} | @if($holiday->is_mandatory) Yes @else No @endif | |
|
No holidays found Add Holiday |
||||