@extends("admin.layout.master") @section("title","Dashboard") @section ("content")

{!!$event['name']!!} - Session List

@forelse ($data as $key=>$value) @empty @endforelse
S.no Session Rotations Actions
{{$key+1}} {!!$value->session!!} {!!$value->grp!!} id)}}" class="btn btn-icon bg-light-primary btn-active-color-primary btn-sm me-1"> View Allocations Group
No record found...
@endsection @push("js") @endpush