@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 $h) @php $date = \Carbon\Carbon::parse($h->date); $formattedDate = $date->format('d-F-Y'); $count = $h->getGroupsHolidays()->where("group_id" , $group->id)->count(); @endphp
@endforeach
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection