@extends('admin.layout.master') @section('title', 'Dashboard') @section('content')
| Gymnast | Club | Category | Level | Apparatus | D Score | E Score | Penalty | Total | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row ->name }} | {{ $row ->club }} | {{ $row ->category }} | {{ $row ->rlevel }} | {{ $row ->gname }} | {{ $row ->dscore }} | {{ $row ->escore }} | {{ $row ->penalty }} | {{ $row ->total }} | @if(Auth::user()->id == $myevents[0]->createdby) @endif |