{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
| Club | Name | Category | Level | Vault | Uneven Bars | Balance Beam | Floor Exercise | Total |
|---|---|---|---|---|---|---|---|---|
| {{ $row ->club }} | {{ $row ->name }} | {{ $row ->category }} | {{ $row ->level }} | {{ $row ->Vault }} | {{ number_format($row->Uneven_Bars, 2) }} | {{ number_format($row->Balance_Beam, 2)}} | {{ number_format($row->Floor_Exercise, 2) }} | {{ number_format($row->Total, 2) }} | @endforeach