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

Results

@foreach ($allaroundresults as $row) @endforeach
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) }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection