@if (is_null($holidays) || empty($holidays))
@else
{{-- --}}
Currently No Information Available!
@can('Admin')
Delete All
@endcan
Sl# | Date | Description | Weekend | Active | Actions |
---|---|---|---|---|---|
{{ ++$sl }} | {{ Carbon\Carbon::parse($holiday->holiday_date)->format('d-M-Y') }} | {{ $holiday->description }} | @if ($holiday->is_weekend == 1) Yes @else No @endif |
|
|
No data found! |