Holidays List Holidays
@if (is_null($holidays) || empty($holidays))

Currently No Information Available!

@else {{-- --}}
Close Calander view Add Capacity Plan @can('Admin') @endcan
@can('Admin') Delete All @endcan @php $sl=0 @endphp @forelse ($holidays as $holiday) @empty @endforelse
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
@csrf
@if (auth()->user()->role_id == 1) @endif
No data found!
@endif