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

Age Group Report

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf
@foreach ($data as $row) @endforeach
Birth year Gymnast Dob Club Category Level School
{{ $row ->byear }} {{ $row ->name }} {{ $row ->dob }} {{ $row ->club }} {{ $row ->category }} {{ $row ->level }} {{ $row ->contingent }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection