@if(canViewUpdate('delete days')) @endif @forelse ($holidays as $holiday) @if(strtotime($holiday->holiday_date) > time()) @if(canViewUpdate('delete days')) @endif @endif @empty @endforelse
{{ __('Date') }} {{ __('Description') }} {{ __('Edit') }}{{ __('Delete') }}
{{ $holiday->holiday_date_display }} {{ $holiday->holiday }}

{{ __('No result found') }}
{{ $holidays->links() }}