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

{{$events[0]->Name}}
{{ config('global.participanttype') }} List

@foreach ($registrations as $row) @endforeach
Id Name Club Gender Level Action
{{ $row ->id }} {{ $row ->name }} {{ $row ->club }} {{ $row ->Gender }} {{ $row ->level }}
@csrf @method('POST')
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection