{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
| 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 }} | @endforeach |