{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
| Birth year | Gymnast | Dob | Club | Category | Level | School |
|---|---|---|---|---|---|---|
| {{ $row ->byear }} | {{ $row ->name }} | {{ $row ->dob }} | {{ $row ->club }} | {{ $row ->category }} | {{ $row ->level }} | {{ $row ->contingent }} |