@vite(['resources/css/app.css', 'resources/js/app.js']) @include('layouts.navigation-public')
Our Highlights

Institute Events & Celebrations

Explore our journey through photos and videos. From annual prize givings to educational trips and student achievements.

@if($events->count())
@foreach($events as $event)
{{ $event->title }}
{{ $event->event_date->format('M d, Y') }}

{{ $event->title }}

{{ $event->description ?? 'Join us in celebrating this special occasion at our institute.' }}

@endforeach
{{ $events->links() }}
@else

No events found

We are constantly organizing new events. Please check back later for updates and galleries.

@endif