@extends('frontend.mainlayout') @section('title', 'Research & Development Cell - RERF Group of Institutions') @section('banner')

Research & Development Cell

{{--

This cell provides information about different scholarships, helps students with the application process.

--}}
@endsection @section('main')
— Research Paper Publications
@foreach ($items_rp as $item) @endforeach
— Book Chapters
@foreach ($items_bc as $item) @endforeach
— Patent
2022-23
@foreach ($items_p_2022 as $item) @endforeach
2021-22
@foreach ($items_p_2021 as $item) @endforeach
@endsection