@extends('layouts.admin') @section('title', 'Stat Holidays') @section('page_title', 'Stat Holidays') @section('content')
Manage company-specific stat holidays and their SIN rate multipliers.
| Holiday Name | Company | Date | SIN Multiplier | Status | Actions |
|---|---|---|---|---|---|
| {{ $holiday->name }} | {{ $holiday->company->name }} | {{ date('M d, Y', strtotime($holiday->holiday_date)) }} | {{ number_format($holiday->multiplier, 2) }}x | ||
| No stat holidays found. | |||||