@extends('frontend.mainlayout')
@section('title', 'Events (ECE Department)')
@section('banner')
Events (ECE Department)
{{--
Welcome to RERF Group of Institutions' NSS Cell,
empowering students through
community service and social impact.
--}}
@endsection
@section('main')
— Farewell programme(ECE Department) 2023 "ADIOS" :
A farewell programme "ADIOS" was organized by the ECE department on 15th July 2023. The pass-out students of
2023 Academic Year from ECE department were invited by ECE 2nd year,3rd year and 4th year students. All
faculty members, Principal Sir, Pass-out students and current year students were present in this programme.
All the members enjoyed the farewell programme "ADIOS" very much and that day will be a memorable one for
all of us.
@php
$Images = [
'Farewell programme(ECE Department) 2023 ADIOS-01.webp',
'Farewell programme(ECE Department) 2023 ADIOS-02.webp',
'Farewell programme(ECE Department) 2023 ADIOS-03.webp',
'Farewell programme(ECE Department) 2023 ADIOS-04.webp',
'Farewell programme(ECE Department) 2023 ADIOS-05.webp',
'Farewell programme(ECE Department) 2023 ADIOS-06.webp',
'Farewell programme(ECE Department) 2023 ADIOS-07.webp',
'Farewell programme(ECE Department) 2023 ADIOS-08.webp',
];
@endphp
@foreach ($Images as $Image)
@php
$imageUrl = asset('/uploads/Events/Bachelor of Technology/Farewell programme(ECE Department) 2023 ADIOS/' . $Image);
@endphp
@endforeach
{{--
@php
$members = [
[
'name' => 'Prabal Kumar Basak',
'designation' => 'PO NSS',
'image' => '/frontend/assets/images/nss/Members/Prabal kumar basak PO-NSS.webp',
],
[
'name' => 'Barnita das',
'designation' => 'Member NSS',
'image' => '/frontend/assets/images/nss/Members/Barnita das Member-Nss.webp',
],
[
'name' => 'Chinmay Majumder',
'designation' => 'Member NSS',
'image' => '/frontend/assets/images/nss/Members/Chinmay majumder Member-Nss.webp',
],
[
'name' => 'Subhadeep Mondal',
'designation' => 'Member NSS',
'image' => '/frontend/assets/images/nss/Members/Subhadeep mondal Member-Nss.webp',
],
];
@endphp
@foreach ($members as $member)
{{ $member['name'] }}
{{ $member['designation'] }}
@endforeach
--}}
@endsection