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

Tolly Fest Notice

@foreach($tollyFestNotices as $tollyFestNotice) @endforeach
Sl. No. Date Particulars File
{{$loop->iteration}} {{ optional($tollyFestNotice->date)->format('d-m-Y')}} {{$tollyFestNotice->notice_title}} @if($tollyFestNotice->file) View @else N/A @endif

Tolly Fest Team / Players / Disciplines

@forelse($tollyFestTeams as $team) @empty @endforelse
Sl. No. Date Particulars File
{{ $loop->iteration }} {{ optional($team->date)->format('d-m-Y') }} {{ $team->notice_title }} @if($team->file) View @else N/A @endif
- - No teams available -

Tolly Fest Selected Participants

@forelse($tollyFestParticipants as $participant) @empty @endforelse
Sl. No. Date Particulars File
{{ $loop->iteration }} {{ optional($participant->date)->format('d-m-Y') }} {{ $participant->notice_title }} @if($participant->file) View @else N/A @endif
- - No selected participants -

Tolly Fest Schedules

@forelse($tollyFestSchedules as $schedule) @empty @endforelse
Sl. No. Date Particulars File
{{ $loop->iteration }} {{ optional($schedule->date)->format('d-m-Y') }} {{ $schedule->notice_title }} @if($schedule->file) View @else N/A @endif
- - No schedules available -

Tolly Fest Results

@forelse($tollyFestResults as $result) @empty @endforelse
Sl. No. Date Particulars File
{{ $loop->iteration }} {{ optional($result->date)->format('d-m-Y') }} {{ $result->notice_title }} @if($result->file) View @else N/A @endif
- - No results available -

Tolly Fest Points Table

@forelse($tollyFestPoints as $point) @empty @endforelse
Sl. No. Date Particulars File
{{ $loop->iteration }} {{ optional($point->date)->format('d-m-Y') }} {{ $point->point_title }} @if($point->file) View @else N/A @endif
- - No points available -
@endsection @section('footer') @endsection @push('scripts') @endpush