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

{{$events[0]->name}} -{{$sessions[0]->session}}: Add Divisions

@csrf
@if($errors->has("divisionname")) {{$errors->first("divisionname")}} @endif
@foreach ($result as $index => $row) @endforeach
Club Category Level Count
{{ $row ->club }} {{ $row ->category }} {{ $row ->level }} {{ $row ->participantcount }}
@endsection @push('js') @endpush