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

Currently No Information Available!

@else {{-- --}}
{{-- holiday Table goes here --}}
Date Description Weekend Active Actions
{{ 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
@endif