{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

View Results

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf
@foreach ($result as $row) @endforeach
Gymnast Club Level Apparatus D Score Penalty Total
{{ $row ->name }} {{ $row ->club }} {{ $row ->level }} {{ $row ->gname }} {{ $row ->dscore }} {{ $row ->penalty }} {{ $row ->total }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection