@extends('admin.layouts.app') @section('panel')
@forelse($holidays as $holiday) @empty @endforelse
@lang('SL') @lang('Date') @lang('Action')
{{ $loop->iteration }} {{ $holiday->date }}
@lang('Data not found')
@if($holidays->hasPages()) @endif
@lang('Weekly Holidays')
@csrf
sun) checked @endif>
mon) checked @endif>
tue) checked @endif>
wed) checked @endif>
thu) checked @endif>
fri) checked @endif>
sat) checked @endif>
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush