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

{!!$sessions[0]['session']!!}

@forelse ($data as $key=>$value) @empty @endforelse
S.no Rotations Group Count Actions
{{$key+1}} {!!$value['divisionname']!!} {!!$value['grp']!!} View Groups
No record found...
@endsection @push("js") @endpush