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

Skills List - will add skills from last event

@csrf @method('POST')
@foreach ($skills as $row) @endforeach
Category Level Apparatus Skill Score Group
{{ $row ->Skid }} {{ $row ->category }} {{ $row ->Level }} {{ $row ->gname }} {{ $row ->skillname }} {{ $row ->score }} {{ $row ->catgroup }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection