@extends('frontend.master') @section('title'){{ "Events-Shreecitwan College" }} @stop @section('keywords') {{{"Events at Shreechitwan"}}} @stop @section('description'){{"Shreechitwan College actively organizes various academic, cultural, and extracurricular events throughout the year to enhance students' learning experiences and personal development. These events provide students with opportunities to showcase their talents, develop leadership skills, and engage with the community."}} @stop @section('content')

This page features important events related to college:

@foreach ($events as $item) @php $edate= \Carbon\Carbon::parse($item->eventdate); $pdate=\Carbon\Carbon::parse($item->published_date); @endphp
image1 }}); background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 120px">
{{$edate->day}}
{{$edate->format('M')}}
@endforeach
@endsection