@extends('layouts.base') @section('title') All-Events @endsection

All Events

HOME /  All Events
@section('content') All-Events
All Events at BSSITM College

@foreach ($notices as $event) @endforeach
Sr.No Title Description Date
{{$loop->iteration}} {{$event->title}} {{$event->description}} {{$event->event_date}}
@endsection