@if (is_null($holiday) || empty($holiday))
@else
{{-- --}}
Currently No Information Available!
{{-- 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 |
|