@extends('admin.layout.master') @section('title', 'Dashboard') @section('content')
| Gymnast | Club | National Grade | Level | Apparatus | D Score | E Score | Penalty | Total | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row->name }} | {{ $row->club }} | {{ $row->category }} | {{ $row->rlevel }} | {{ $row->gname }} | {{ $row->dscore }} | {{ substr(number_format($row->escore, 4, '.', ''), 0, -1) }} | {{ $row->penalty }} | {{ number_format($row->total, 3) }} | @if ($club->id == $selectedevent->clubid) @endif |