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

Duplicate Scores

@foreach ($results as $row) @endforeach
ID Name Category Apparatus
{{ $row->id }} {{ $row ->name }} {{ $row ->category }} {{ $row ->gname }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection