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

{{$sessions[0]->session}} : Rotations

@csrf
@csrf
@if($errors->has("divisionname")) {{$errors->first("divisionname")}} @endif
@if($event->gender != 'F') @endif @foreach ($result as $index => $row) @if($event->gender != 'F') @endif @endforeach
Gymnast Club National Grade Level A B C DE F
{{ $row ->gymnast }} {{ $row ->club }} {{ $row ->category }} {{ $row ->level }}
@endsection @push("js") @endpush