@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@foreach($groups as $g) @endforeach
Sno Group Select All Permission
{{$loop->iteration}} {{$g->name}} $g->id])}}">
@php $holidays = $g->getGroupViseHolidays; @endphp @foreach($holidays as $h) @php $date = \Carbon\Carbon::parse($h->getHolidays->date); $formattedDate = $date->format('d-F-Y'); @endphp
  • @endforeach
    @endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection