{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
| Gymnast | Club | Level | Apparatus | D Score | Penalty | Total |
|---|---|---|---|---|---|---|
| {{ $row ->name }} | {{ $row ->club }} | {{ $row ->level }} | {{ $row ->gname }} | {{ $row ->dscore }} | {{ $row ->penalty }} | {{ $row ->total }} |