@php use Carbon\Carbon; function extractDateFromFilename($filename) { preg_match('/(\d{2}\.\d{2}\.\d{4})/', $filename, $matches); return isset($matches[1]) ? $matches[1] : null; } $baseImagePath = 'uploads/Committee/Seminar committee/Events/'; $docSets = [ [ 'title' => 'Advanced Functional Materials The Recent Research Trends', 'folder' => 'Advanced Functional Materials The Recent Research Trends', 'year' => '2022-2023', ], [ 'title' => 'An Awareness Program For Engineering Students On How To Crack Ies, Gate & Psus', 'folder' => 'An Awareness Program for Engineering Students on How to crack IES, GATE & PSUs', 'year' => '2021-2022', ], [ 'title' => 'An Overview Of Digital & Viral Marketing Netizen Driven Marketing Tools', 'folder' => 'AN OVERVIEW OF DIGITAL & VIRAL MARKETING NETIZEN DRIVEN MARKETING TOOLS', 'year' => '2020-2021', ], [ 'title' => 'Big Data Analytics', 'folder' => 'BIG DATA ANALYTICS', 'year' => '2020-2021', ], [ 'title' => 'Covid-19 And Neurological Disorder', 'folder' => 'COVID-19 AND NEUROLOGICAL DISORDER', 'year' => '2020-2021', ], [ 'title' => 'DATA IS OIL OR WAR', 'year' => '2020-2021', 'folder' => 'DATA IS OIL OR WAR', ], [ 'title' => 'Exploring the World of Merchant Navy - a Career Guideline after B.Tech', 'folder' => 'Exploring the World of Merchant Navy - a Career Guideline after B.Tech', 'year' => '2021-2022', ], [ 'title' => 'Face Climate Reality', 'folder' => 'FACE CLIMATE REALITY', 'year' => '2020-2021', ], [ 'title' => 'Food Safety Everyone’S Business', 'folder' => 'FOOD SAFETY EVERYONE’S BUSINESS', 'year' => '2021-2022', ], [ 'title' => "Hacking God's Own Program How Synthetic Biology May Change The Future Of The Engineering And Technology", 'year' => '2020-2021', 'folder' => "HACKING GOD'S OWN PROGRAM HOW SYNTHETIC BIOLOGY MAY CHANGE THE FUTURE OF THE ENGINEERING AND TECHNOLOGY", ], [ 'title' => 'How To Use Your Body To Release Stress', 'folder' => 'HOW TO USE YOUR BODY TO RELEASE STRESS', 'year' => '2020-2021', ], [ 'title' => 'International Conference On Materials Science And Mechanical Engineering', 'folder' => 'International Conference on Materials Science and Mechanical Engineering', 'year' => '2022-2023', ], [ 'title' => 'Introduction and Research Perspective of Micro machining Processes', 'folder' => 'Introduction and Research Perspective of Micro machining Processes', 'year' => '2020-2021', ], [ 'title' => 'Inventory Management and Demand Uncertainties', 'folder' => 'Inventory Management and Demand Uncertainties', 'year' => '2020-2021', ], [ 'title' => 'Mode Of Investments And Retirement Plans', 'folder' => 'MODE OF INVESTMENTS AND RETIREMENT PLANS', 'year' => '2019-2020', ], [ 'title' => 'One Day International Seminar On Recent Advances In Applied Mathematics And Computing (Raamco -2019)', 'folder' => 'ONE DAY INTERNATIONAL SEMINAR ON RECENT ADVANCES IN APPLIED MATHEMATICS AND COMPUTING (RAAMCO -2019)', 'year' => '2018-2019', ], [ 'title' => 'One Week Cyber Security Training', 'folder' => 'ONE WEEK CYBER SECURITY TRAINING', 'year' => '2023-2024', ], [ 'title' => 'Oop Design Pattern', 'year' => '2020-2021', 'folder' => 'OOP DESIGN PATTERN', ], [ 'title' => 'Single Phase Thermal Energy Transport Coefficient Enhancement Methods in Heat Exchanger Applications', 'folder' => 'Single Phase Thermal Energy Transport Coefficient Enhancement Methods in Heat Exchanger Applications', 'year' => '2020-2021', ], [ 'title' => 'The Advancement Of Microwave Communications And Systems', 'folder' => 'THE ADVANCEMENT OF MICROWAVE COMMUNICATIONS AND SYSTEMS', 'year' => '2022-2023', ], [ 'title' => 'Wild Life Conservation In India Current Scenario', 'folder' => 'WILD LIFE CONSERVATION IN INDIA CURRENT SCENARIO', 'year' => '2021-2022', ], ]; $years = ['2023-2024', '2022-2023', '2021-2022', '2020-2021', '2019-2020', '2018-2019']; $displayedHeadings = []; function getImagesFromFolder($folder, $allowedExtensions = ['webp', 'jpg', 'jpeg', 'png']) { $directory = public_path("{$folder}/"); return collect(File::files($directory))->filter(function ($file) use ($allowedExtensions) { return in_array(strtolower($file->getExtension()), $allowedExtensions); }); } @endphp @extends('frontend.mainlayout') @section('title', 'Seminar Committee - RERF Group of Institutions') @push('css') @endpush @section('banner')

Seminar Committee

@endsection @section('main')
{{--

Welcome to the Dipartment of Library at Regent Education & Research Foundation Group of Institutions , Barrackpore. It is one of the important departments to serve 148 faculty members & more then 1500 students in the institute .This department has moderate number of text & reference books. We motivates the new generation Engineering Students about the importance and usefulness of books. We also help them to learn, develope and achieve their goals in their professional carrier. We heartly welcome the students in our institution and wish them a sucessful career in future.

--}}

— Seminars

@endsection