@extends('layouts.app') @section('title', 'Event Registration') @push('styles') @endpush @section('content')
RnR Fit Logo

Toddler & Parent Gymnastics (Parent–Child Program)

This fun, interactive class is designed for toddlers to explore gymnastics with the support of one parent on the floor. A single parent must accompany each child and actively participate alongside them. Our coach will guide both parent and child through age-appropriate activities, helping you understand the movements while ensuring a safe and positive experience. Parents are responsible for their child’s safety at all times.

Every Sunday 11:30 AM – 12:15 PM

@if ($errors->any()) @endif
@csrf
@error('student_name')
{{ $message }}
@enderror
@error('parent_name')
{{ $message }}
@enderror
@error('dob')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('eventid')
{{ $message }}
@enderror
@push('scripts') @endpush