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

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

@foreach ($registrations as $row) @endforeach
Id Name Club School Dob Level Category Amount Status txn Email Phone Action
{{ $row ->id }} {{ $row ->name }} {{ $row ->club }} {{ $row ->contingent }} {{ $row ->dob }} {{ $row ->level }} {{ $row ->category }} {{ $row ->amountpaid }} {{ $row ->remarks }} {{ $row ->orderid }} {{ $row ->email }} {{ $row ->phone }}
@csrf @method('POST')
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection