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

Tolly Fest Points Table

@foreach($tollyFestPoints as $tollyFestPoint) @endforeach
SL No Date Particulars File
{{$tollyFestPoint->id}} {{$tollyFestPoint->date}} {{$tollyFestPoint->title}} View
@endsection @section('footer') @endsection @push('scripts') @endpush