@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@csrf
@error("group")
{{$message}}
@enderror
@error("description")
{{$message}}
@enderror

Holidays List
Select All


@foreach($holidays as $p) @php $date = \Carbon\Carbon::parse($p->date); $formattedDate = $date->format('d-F-Y'); @endphp
@endforeach
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection