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

{{ config('global.participanttype') }} List

@foreach ($registrations as $row) @endforeach
Id Name Dob Club School Category Level Apparatus Amount Fees Status
{{ $row ->id }} {{ $row ->name }} {{ $row ->DOB }} {{ $row ->club }} {{ $row ->School }} {{ $row ->category }} {{ $row ->level }} {{ $row ->apparatus_names }} {{ $row ->amountpaid }} {{ $row ->fees }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection