@extends('user.layouts.app') @section('body_class', 'Tolly Fest 2025') @section('content')

New Registration

@csrf @if(session('success')) @endif @if(session('error')) @endif @if(session('discipline_limit')) @endif {{-- year --}} {{-- user id --}} Choose your discipline(s). You can choose maximum 04 disciplines (02 Physical & 02 Cerebral / Cultural).
Discipline
  • Type:
  • Discipline:
  • Category:
  • Ratings:
    **Skill Level Self Assessment
Disclaimer: Categories and events for a discipline are subject to change depending on the entries received
Consent for Communication and Information Use: By submitting this registration, I hereby give my consent for the club or its authorised representatives to contact me via mobile phone, WhatsApp and email. I also authorise the use of my personal information, including my name, photograph, membership number, age, gender and other relevant details, for purposes related to Tolly Fest 2026.
* Required field

Registration history

@foreach($tollyFestRegistrations as $tollyFestRegistration) @endforeach
Sl. No. Fest-Year Applied Date Discipline Action
{{ $loop->iteration }} Tolly Fest - {{ $tollyFestRegistration->year }} {{-- {{ optional($tollyFestRegistration->created_at)->format('Y-m-d') }} --}} {{ optional($tollyFestRegistration->created_at)->format('d-m-Y') }} @if($tollyFestRegistration->details->count())
    @foreach($tollyFestRegistration->details as $d)
  • {{ $d->discipline->discipline_name ?? '' }} @if($d->category) - {{ $d->category->category_name }} @endif @if($d->rating) ({{ $d->rating }}⭐) @endif
  • @endforeach
@else No discipline selected @endif
View

Disciplines & Categories

@foreach($tollyDiscipline as $type => $disciplines)
{{ ucfirst($type) }}
@foreach($disciplines as $discipline)

    @foreach($discipline->categories as $category)
  1. {{ $category->category_name }}
  2. @endforeach
@endforeach
@endforeach

Events & Updates

SL. No. Date Particulars File
1
@endsection @section('footer') @endsection @push('scripts') @endpush