{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

{{$events[0]->Name}} - Divisions ({{$participantcount[0]->participantcount}} left )

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf
@foreach ($result as $index => $row) @endforeach
Club Category Level Count
{{ $row ->club }} {{ $row ->category }} {{ $row ->level }} {{ $row ->participantcount }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @push('js') @endpush {{-- vendors --}} {{-- page scripts --}} @endsection