@extends('user.layouts.app') @section('body_class', 'Tolly Fest 2025') @section('content')
| 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 |
| 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 | - |
| 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 | - |
| 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 | - |
| 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 | - |
| 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 | - |